Skip to content

Commit

Permalink
🎨 格式验证
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvet-s committed Nov 25, 2024
1 parent e8274b8 commit d3b716f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
distribution: zulu
cache: maven

- name: mvn clean install twelvet
run: |
cd ./twelvet && mvn clean install
- name: mvn spring-javaformat:validate
run: |
cd ./twelvet && mvn spring-javaformat:validate
Expand All @@ -36,10 +40,6 @@ jobs:
cd ../twelvet-visual-monitor && mvn spring-javaformat:validate
cd ../twelvet-visual-sentinel && mvn spring-javaformat:validate
- name: mvn clean install twelvet
run: |
cd ./twelvet && mvn clean install
- name: mvn clean install twelvet-auth
run: |
cd ./twelvet-auth && mvn clean install
Expand Down

0 comments on commit d3b716f

Please sign in to comment.