From 2c553ae1d212609effd70577ec75817f38d8c738 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Thu, 26 Jun 2025 09:25:37 +0800 Subject: [PATCH] update msg --- .github/workflows/check-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index d3d4c0d6b..76cb300f1 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -59,4 +59,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh pr close "$PR_NUMBER" --delete-branch --comment "❌ Formatting check failed — PR auto-closed. - Please run \`npm run format\` and push again." + Please run \`npm run format\` in both `client` and `server` directories and push again."