ci: Move style check to its own stage

Drop the `.pre` phase.
This commit is contained in:
Emmanuele Bassi 2022-09-09 23:39:20 +01:00
parent d6597098f1
commit 821dd26934

View File

@ -3,6 +3,7 @@ include:
file: 'flatpak/flatpak_ci_initiative.yml'
stages:
- check
- build
- analysis
- docs
@ -37,7 +38,7 @@ variables:
style-check-diff:
extends: .only-default
image: $FEDORA_IMAGE
stage: .pre
stage: check
allow_failure: true
script:
- .gitlab-ci/run-style-check-diff.sh