build: checkstyle in another workflow.

This commit is contained in:
huanghongxun
2021-09-13 15:45:41 +08:00
parent c65ef8107d
commit 08269b7ce9
2 changed files with 23 additions and 4 deletions

View File

@@ -24,7 +24,3 @@ jobs:
with:
name: HMCL
path: HMCL/build/libs
- name: Check style main
run: ./gradlew checkstyleMain
- name: Check style test
run: ./gradlew checkstyleTest