Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Add mypy stage to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Dec 7, 2024
1 parent e6f3629 commit 3bf77f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
shell: bash
run: |
make lint
- name: Mypy
shell: bash
run: |
make mypy
- name: Test
shell: bash
run: |
Expand Down

0 comments on commit 3bf77f7

Please sign in to comment.