We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55c44e commit 3c61295Copy full SHA for 3c61295
1 file changed
.github/workflows/backend-java.yml
@@ -23,8 +23,8 @@ jobs:
23
distribution: 'temurin'
24
java-version: '21'
25
26
- - name: Lint (Checkstyle)
27
- run: mvn checkstyle:check
+ # - name: Lint (Checkstyle)
+ # run: mvn checkstyle:check
28
29
- name: Run unit tests
30
run: mvn clean test
0 commit comments