mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'python-testing' into 'main'
ci: Move shellcheck/black/flake8 checks to a new CI job which can fail See merge request GNOME/glib!3023
This commit is contained in:
commit
16169c8773
@ -55,10 +55,21 @@ style-check-diff:
|
||||
allow_failure: true
|
||||
script:
|
||||
- .gitlab-ci/run-style-check-diff.sh
|
||||
- .gitlab-ci/run-check-todos.sh
|
||||
|
||||
sh-and-py-check:
|
||||
extends: .only-default
|
||||
image: $DEBIAN_IMAGE
|
||||
stage: style-check
|
||||
allow_failure: false
|
||||
script:
|
||||
- .gitlab-ci/run-shellcheck.sh
|
||||
- .gitlab-ci/run-black.sh
|
||||
- .gitlab-ci/run-flake8.sh
|
||||
- .gitlab-ci/run-check-todos.sh
|
||||
only:
|
||||
changes:
|
||||
- "**/*.py"
|
||||
- "**/*.sh"
|
||||
|
||||
fedora-x86_64:
|
||||
extends:
|
||||
|
Loading…
Reference in New Issue
Block a user