uncrustify

This commit is contained in:
Andrei Astafev 2022-10-08 18:28:05 +03:00
parent dce82aac2c
commit 239a770d9e

View File

@ -180,7 +180,7 @@ variables:
- !reference [.add-ssh-key, before_script]
script:
- cmake -B ${CI_BUILD_DIR} .
- cmake --build ${CI_BUILD_DIR} --target myx-cmake-uncrustify-check
- cmake --build ${CI_BUILD_DIR} --target myx-uncrustify-check
.format-sources-check-custom:
extends: .use-ninja