From 3651b51e2a17d0bbe84be546384d5e54cc623f2f Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Tue, 11 Jun 2024 11:49:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-check.yml b/.github/workflows/server-check.yml index daeb6e69..05af0201 100644 --- a/.github/workflows/server-check.yml +++ b/.github/workflows/server-check.yml @@ -31,7 +31,7 @@ jobs: run: mvn clean install -DskipTests -U && mvn pmd:check - name: checkstyle with Maven - run: mvn checkstyle:chek + run: mvn checkstyle:check - name: test with Maven run: mvn test