Skip to content

Commit

Permalink
ci: Add mypy to build-test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jan 14, 2024
1 parent e7c1699 commit 5674459
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 5674459

Please sign in to comment.