ci: add pylint, but allow failure
This commit is contained in:
parent
827aab6ffb
commit
b1f7426beb
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,15 @@ test:mypy:
|
||||||
- pip install -r requirements-types.txt --quiet
|
- pip install -r requirements-types.txt --quiet
|
||||||
- mypy app
|
- mypy app
|
||||||
|
|
||||||
|
test:pylint:
|
||||||
|
script:
|
||||||
|
- cp config.yaml.example config.yaml
|
||||||
|
- apt update && apt install build-essential
|
||||||
|
- pip install -r requirements.txt --quiet
|
||||||
|
- pip install pylint --quiet
|
||||||
|
- pylint app
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue