Skip to content

Commit

Permalink
updated paths in ci; refs #357
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Sep 4, 2023
1 parent 9ad358c commit 82e1963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check sorting of imports
# isort returns zero even when there are problems, explicitly check there is no output
run: |
output=$(isort --check-only --diff src/cffconvert test/)
output=$(isort --check-only --diff src/cffconvert tests/)
if [[ -n "$output" ]]; then
exit 1
else
Expand Down

0 comments on commit 82e1963

Please sign in to comment.