Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Jun 11, 2024
1 parent 71ecd2a commit aa9d402
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
- name: Run Black
run: >-
black --check --diff --include
$CHECK_FILES
./
black --check --diff --include $CHECK_FILES ./
- name: Run Isort
run: |
isort --profile black --check --diff
$CHECK_FILES
isort --profile black --check --diff $CHECK_FILES

0 comments on commit aa9d402

Please sign in to comment.