Merge branch 'combine-ci-jobs' into 'main'

ci: Combine style-check-diff and check-todos jobs into one

See merge request GNOME/glib!2598
This commit is contained in:
Sebastian Dröge 2022-04-29 08:03:49 +00:00
commit 56531a7ae6

View File

@ -60,13 +60,6 @@ style-check-diff:
- .gitlab-ci/run-shellcheck.sh
- .gitlab-ci/run-black.sh
- .gitlab-ci/run-flake8.sh
check-todos:
extends: .only-default
image: $DEBIAN_IMAGE
stage: style-check
allow_failure: true
script:
- .gitlab-ci/run-check-todos.sh
fedora-x86_64: