Skip to content

Commit

Permalink
👷 Integrate mypy in CI (Thanks Doctor)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 15, 2023
1 parent cc599cb commit 23c0d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --verbose
- name: Mypy check
run: bash scripts/mypy.sh
test:
name: test on python ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23c0d6c

Please sign in to comment.