Internals: Update to clang-format-11 (#3021)

This commit is contained in:
Geza Lore
2021-06-14 14:50:40 -04:00
committed by GitHub
parent 2705715bb1
commit c75a686081
12 changed files with 60 additions and 53 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ jobs:
CI_BUILD_STAGE_NAME: build
run: |
bash ci/ci-install.bash &&
sudo apt-get install clang-10 yapf3 &&
sudo apt-get install clang-format-11 yapf3 &&
git config --global user.email "[email protected]" &&
git config --global user.name "github action"
- name: Format code
run: |
autoconf &&
./configure &&
make -j 2 format CLANGFORMAT=clang-format-10 &&
make -j 2 format CLANGFORMAT=clang-format-11 &&
git status
- name: Push
run: |