Skip to content

Commit

Permalink
fix(interactive): Fix cpp format check (#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 authored Oct 8, 2024
1 parent e8acc7d commit c2c98c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
exit -1
fi
push flex
pushd flex
# except for files end with act.h
find ./bin ./codegen ./engines ./storages ./engines ./tests ./utils ./otel -name "*.h" ! -name "*act.h" ! -name "*actg.h" | xargs clang-format -i --style=file
find ./bin ./codegen ./engines ./storages ./engines ./tests ./utils ./otel -name "*.cc" ! -name "*act.cc" | xargs clang-format -i --style=file
Expand Down

0 comments on commit c2c98c4

Please sign in to comment.