1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 11:56:35 +01:00

Check that files are formatted correctly.

Fail the CI build if they are not.
This commit is contained in:
iphydf
2020-04-23 01:13:28 +00:00
parent b270c1e8b7
commit 68db926f9f
2 changed files with 2 additions and 0 deletions

View File

@@ -36,4 +36,5 @@ install:
script:
- $HOME/cache/astyle/build/gcc/bin/astyle --options=astylerc $(find . -name "*.[ch]")
- git diff --exit-code
- make ENABLE_PYTHON=1 -j2