Skip to content

Commit

Permalink
Update code_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spa086 authored Jan 27, 2024
1 parent 89113a9 commit 6d4d4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
installer-parallel: true

- name: Run flake8
run: flake8 .
- name: Run mypy
run: mypy .
run: |
poetry add flake8 --dev
poetry run flake8 .

0 comments on commit 6d4d4f1

Please sign in to comment.