Fix black not checking anything in the Ci pipeline
This commit is contained in:
parent
a040ffcd95
commit
a1259a0d2b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Code style
|
||||
run: |
|
||||
poetry run isort --check-only
|
||||
poetry run black --check
|
||||
poetry run black --check jubeatools
|
||||
- name: Lint code
|
||||
run: poetry run sh ./utils/check_code.sh
|
||||
- name: Unit tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user