We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d0d6f commit 54fddabCopy full SHA for 54fddab
.github/workflows/clang-format-check.yml
@@ -14,7 +14,5 @@ jobs:
14
# Prevent blocking the install on a question during configuring of tzdata.
15
export ENV DEBIAN_FRONTEND=noninteractive
16
sudo apt update
17
- sudo apt install build-essential mm-common clang-format-10 --yes
18
- sudo ln -sf /usr/bin/clang-format-10 /usr/bin/clang-format
19
- ./autogen.sh --enable-warnings=fatal
20
- make check-format
+ sudo apt install clang-format-12 --yes
+ clang-format-12 --dry-run --Werror `find . -name "*.h" -or -name "*.cc"`
0 commit comments