Skip to content

Commit

Permalink
fix: 修改actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoooooo committed Jun 11, 2024
1 parent d2a2a66 commit 3651b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3651b51

Please sign in to comment.