fix: 修改actions

This commit is contained in:
sudoooooo 2024-06-11 11:49:54 +08:00
parent d2a2a66f60
commit 3651b51e2a

View File

@ -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