This commit is contained in:
Barrett Ruth 2025-08-30 19:48:24 -05:00
parent f61b5b14c6
commit d8c739695f

View file

@ -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"