Skip to content

Commit

Permalink
Merge pull request wtsi-npg#194 from kjsanger/bugfix/black-paths
Browse files Browse the repository at this point in the history
Fix black paths to avoid checking unwanted files
  • Loading branch information
kjsanger authored Sep 15, 2023
2 parents 73132a1 + d97c0c2 commit 4ad924c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: "Check code formatting [Black]"
run: |
black --check --diff --quiet .
black --check --diff ./src ./tests ./scripts
- name: "Run tests"
env:
Expand Down

0 comments on commit 4ad924c

Please sign in to comment.