We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang-format-12
1 parent d2b65c1 commit 73a7cd4Copy full SHA for 73a7cd4
.github/workflows/format.yaml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: Install ClangFormat
17
- run: sudo apt-get install -y clang-format-10
+ run: sudo apt-get install -y clang-format-12
18
19
- name: Run ClangFormat
20
- run: make format clang_format=clang-format-10
+ run: make format clang_format=clang-format-12
21
22
- name: Check for a non-empty diff
23
run: git diff-files -U --exit-code
0 commit comments