gitlab-ci: Check indentation in an initial check-source stage
This commit is contained in:
parent
15d218a112
commit
3b72b925b0
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
image: fedora:rawhide
|
||||
stages:
|
||||
- check-source
|
||||
- build
|
||||
- test
|
||||
- flatpack
|
||||
|
@ -49,7 +50,7 @@ test:
|
|||
- meson test -C _build --verbose --no-stdsplit
|
||||
|
||||
test_indent:
|
||||
stage: test
|
||||
stage: check-source
|
||||
script:
|
||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck git uncrustify
|
||||
- scripts/uncrustify.sh --check
|
||||
|
|
Loading…
Reference in a new issue