From 85c4c47a7259bfa644d9b06c137cede53ab18fcd Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Mon, 16 Mar 2026 12:31:43 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8C=B9=E9=85=8Dsrc=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/styleCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/styleCheck.yml b/.github/workflows/styleCheck.yml index c47b7b6..05ea472 100644 --- a/.github/workflows/styleCheck.yml +++ b/.github/workflows/styleCheck.yml @@ -27,4 +27,4 @@ jobs: - name: checkstyle env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: java -jar checkstyle.jar -c style.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-pr-review -fail-level=any \ No newline at end of file + run: java -jar checkstyle.jar -c style.xml -f xml */src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-pr-review -fail-level=any \ No newline at end of file