Skip to content

Commit

Permalink
ci: rename code style job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Dec 14, 2023
1 parent f3d71e3 commit 4d151c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Check code format
- name: Check code style
run: |
./gradlew spotlessCheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Check code format
- name: Check code style
run: |
./gradlew spotlessCheck
Expand Down

0 comments on commit 4d151c5

Please sign in to comment.