Skip to content

Commit 615782a

Browse files
committed
CI: run mypy
1 parent f17e601 commit 615782a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
with:
3535
pixi-version: v0.30.0
3636
cache: true
37-
- name: Run Pylint
38-
run: pixi run -e lint pylint
37+
- name: Run Pylint & Mypy
38+
run: |
39+
pixi run -e lint pylint
40+
pixi run -e lint mypy
3941
4042
checks:
4143
name: Check ${{ matrix.environment }}

0 commit comments

Comments
 (0)