Skip to content

Commit

Permalink
CI: run mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 21, 2024
1 parent f17e601 commit 615782a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
with:
pixi-version: v0.30.0
cache: true
- name: Run Pylint
run: pixi run -e lint pylint
- name: Run Pylint & Mypy
run: |
pixi run -e lint pylint
pixi run -e lint mypy
checks:
name: Check ${{ matrix.environment }}
Expand Down

0 comments on commit 615782a

Please sign in to comment.