mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 04:30:16 +01:00
gitlab-ci: check "examples/python/gi/nm-wg-set" with black
This commit is contained in:
parent
38b7556c65
commit
9fa59c156b
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ checkpatch:
|
|||
script:
|
||||
- date '+%Y%m%d-%H%M%S'; dnf install -y git black
|
||||
- date '+%Y%m%d-%H%M%S'; NM_CHECKPATCH_FETCH_UPSTREAM=1 contrib/scripts/checkpatch-feature-branch.sh 2>&1 | tee checkpatch-out.txt
|
||||
- date '+%Y%m%d-%H%M%S'; black --check .
|
||||
- date '+%Y%m%d-%H%M%S'; black --check . examples/python/gi/nm-wg-set
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
when: on_failure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue