mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update lint.gitlab-ci.yml
This commit is contained in:
parent
53bc87149a
commit
e35d806ae1
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
########################################
|
||||
# LINTER
|
||||
########################################
|
||||
# later we must fix lint and format-check jobs and remove "allow_failure"
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
|
@ -21,5 +22,6 @@ format-check:
|
|||
stage: lint
|
||||
image: "before-install"
|
||||
needs: []
|
||||
allow_failure: true
|
||||
script:
|
||||
- black --check --diff
|
||||
- black --check --diff src doc data tests
|
||||
|
|
Loading…
Add table
Reference in a new issue