fix
This commit is contained in:
parent
f61b5b14c6
commit
d8c739695f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -18,7 +18,6 @@ jobs:
|
|||
set -e
|
||||
FILES=$(git ls-files | grep -E '\.(cc|hh|hpp|cpp|cxx)$' || true)
|
||||
if [ -z "$FILES" ]; then exit 0; fi
|
||||
clang-format --style=google --dry-run -Werror **/*.{cc,hh}
|
||||
clang-format --version
|
||||
for f in $FILES; do
|
||||
clang-format --style=google --dry-run -Werror "$f"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue