Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yifei Zhuang <84508244+zyf1229@users.noreply.github.com>
  • Loading branch information
zyf1229 authored Apr 29, 2024
1 parent 58bcb7b commit e0e33f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Static Analysis with Mypy
run: |
pdm run mypy src/
pdm run mypy src/ --ignore-missing-imports
- name: Linting with Ruff
run: |
Expand Down

0 comments on commit e0e33f6

Please sign in to comment.