Skip to content

Commit 3e6f0fa

Browse files
committed
Run mypy in CI
1 parent ee5bb8b commit 3e6f0fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ jobs:
4444
uses: codecov/codecov-action@v3
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
47+
- name: Run mypy
48+
if: runner.os == 'Linux' && matrix.python-version == '3.11'
49+
run: |-
50+
micromamba activate lcm
51+
mypy src

0 commit comments

Comments
 (0)