1
0
mirror of synced 2025-02-20 12:31:12 +01:00

Fix black not checking anything in the Ci pipeline

This commit is contained in:
Stepland 2021-05-22 12:58:56 +02:00
parent a040ffcd95
commit a1259a0d2b

View File

@ -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