We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176ca5d commit 631674eCopy full SHA for 631674e
.github/workflows/meson.yml
@@ -28,7 +28,7 @@ jobs:
28
--exclude='meson_options.txt'
29
--ignored -c -z | xargs -0r
30
meson format --check-only -c ./meson.format
31
- || echo "Not all meson files are formatted correctly"
+ || (echo "Not all meson files are formatted correctly" && exit 1)
32
&& echo "All meson files are formatted correctly"
33
34
## TODO: use mesonlint from
0 commit comments