We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aea7cb commit 78ee8f6Copy full SHA for 78ee8f6
.github/workflows/icu4j.yml
@@ -69,7 +69,7 @@ jobs:
69
# Spotless is configured to run only on files in this branch (PR) that differ
70
# from origin/main
71
formatter:
72
- name: Formatter + Style checker
+ name: Format checker
73
needs: icu4j-mvn-init-cache
74
runs-on: ubuntu-latest
75
steps:
@@ -96,8 +96,8 @@ jobs:
96
mvn spotless:check || (echo "Style checker failed. Formatting changes can be applied by 'mvn spotless:apply'" && exit 1)
97
98
# Runs an error-prone test that fails the build if any issues are found.
99
- formatter:
100
- name: Error-prone check
+ linter:
+ name: Linter
101
102
103
0 commit comments