forked from DGNum/gestioCOF
Add the events app to the CI checks
This commit is contained in:
parent
e9ca8eb8dd
commit
6781122fc1
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ linters:
|
||||||
- pip install --upgrade black isort flake8
|
- pip install --upgrade black isort flake8
|
||||||
script:
|
script:
|
||||||
- black --check .
|
- black --check .
|
||||||
- isort --recursive --check-only --diff bda cof gestioncof kfet petitscours provisioning shared utils
|
- isort --recursive --check-only --diff bda cof events gestioncof kfet petitscours provisioning shared utils
|
||||||
# Print errors only
|
# Print errors only
|
||||||
- flake8 --exit-zero bda cof gestioncof kfet petitscours provisioning shared utils
|
- flake8 --exit-zero bda cof events gestioncof kfet petitscours provisioning shared utils
|
||||||
cache:
|
cache:
|
||||||
key: linters
|
key: linters
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue