mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-09 15:50:27 +01:00
ci: Run uncrustify in test mode
Add a simple check that no one introduced whitespace errors.
This commit is contained in:
parent
9b37256175
commit
728335581f
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ test:
|
|||
- ninja -C _build
|
||||
- meson test -C _build --verbose --no-stdsplit
|
||||
|
||||
test_indent:
|
||||
stage: test
|
||||
script:
|
||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck git uncrustify
|
||||
- scripts/uncrustify.sh --check
|
||||
|
||||
.flatpak_script_template: &flatpak_script
|
||||
script:
|
||||
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue