Skip to content

Commit

Permalink
Add mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Apr 24, 2023
1 parent 74c8c76 commit 14f274a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
# Ensures that all examples are built and avaiable
cargo build
- run: cargo test
- run:
name: mypy Python typechecks
command: |
pip install mypy
pythonfile=$(find target -name coverall.py)
mypy "$pythonfile"
Rust and Foreign Language tests - min supported rust:
docker:
- image: rfkelly/uniffi-ci:latest
Expand Down

0 comments on commit 14f274a

Please sign in to comment.