From c2c98c4c91b81fd8da94e363c5f481a38989f854 Mon Sep 17 00:00:00 2001 From: Zhang Lei Date: Tue, 8 Oct 2024 11:53:32 +0800 Subject: [PATCH] fix(interactive): Fix cpp format check (#4277) --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index e90f91e164bd..6045870b5bd3 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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