Skip to content

Commit

Permalink
Add type checking to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Jun 5, 2024
1 parent 306feba commit 3820640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-mars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ jobs:
- name: Linting
run: ruff check mars_lib/
working-directory: ${{ env.working-directory }}

- name: Type checking
run: mypy mars_lib/
working-directory: ${{ env.working-directory }}

0 comments on commit 3820640

Please sign in to comment.