Skip to content

Commit

Permalink
👷 add isort check to github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Oct 1, 2024
1 parent 43eedf8 commit 765388f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- name: Run format check
run: |
pipenv run yapf --diff --recursive .
- name: Run isort check
run: pipenv run isort --check-only --diff .

0 comments on commit 765388f

Please sign in to comment.