We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923c677 commit dee3586Copy full SHA for dee3586
1 file changed
.github/workflows/reviewdog-clang-format.yml
@@ -15,11 +15,11 @@ jobs:
15
- tool: clang-format
16
install: |
17
sudo apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key
18
- sudo add-apt-repository -y 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main'
+ sudo add-apt-repository -y 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
19
sudo apt-get update
20
- sudo apt-get -y install --no-install-recommends clang-format-11
+ sudo apt-get -y install --no-install-recommends clang-format-12
21
regex: \.(h|c|hpp|cpp)$
22
- command: clang-format-11 --style=file -i
+ command: clang-format-12 --style=file -i
23
24
continue-on-error: false
25
steps:
0 commit comments