Skip to content

Commit

Permalink
ci(github-action): fix checks.yml
Browse files Browse the repository at this point in the history
CLI argument `--jobs`
  • Loading branch information
JoeyTeng authored Jul 19, 2023
1 parent f6031c7 commit e85f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Lint with isort
run: |
isort --check-only -jobs -1 .
isort --check-only --jobs -1 .
- name: Lint with black
run: |
Expand Down

0 comments on commit e85f62d

Please sign in to comment.