Skip to content

Commit

Permalink
ci: Add mypy to build-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jan 14, 2024
1 parent 3e1f412 commit 76dc29b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
echo -e "\npatchelf:"
patchelf --version
- name: Static checks: mypy
run: |
mypy
- name: Build and install
run: |
python -m build
Expand Down

0 comments on commit 76dc29b

Please sign in to comment.