This commit is contained in:
parent
6bf852f010
commit
991eddcbfe
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ steps:
|
|||
- name: Confirm-Build
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add --no-cache g++ libc-dev git clang clang-extra-tools
|
||||
- echo "Checking for changes..."
|
||||
- git add .
|
||||
- git diff --cached --quiet || (git commit -m "Apply clang-format changes [skip ci]" && git push origin HEAD)
|
||||
|
|
Loading…
Add table
Reference in a new issue