Make PRs fail if they don't adhere to our style format
This commit is contained in:
parent
6e16eab6ec
commit
e08c4cff13
@ -171,7 +171,7 @@ script:
|
||||
after_success:
|
||||
- |
|
||||
if [ -n "${RUN_CLANG_FORMAT}" ]; then
|
||||
./scripts/format.sh || true # we don't want to fail just yet
|
||||
./scripts/format.sh # we don't want to fail just yet
|
||||
fi
|
||||
- |
|
||||
if [ -n "${COVERAGE}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user