Skip to content

Commit bbb0284

Browse files
committed
fixed problems
1 parent df4502f commit bbb0284

File tree

7 files changed

+6
-3
lines changed

7 files changed

+6
-3
lines changed

.github/workflows/codeclimate.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
distribution: 'temurin'
2323
java-version: '17'
2424

25+
- name: Remove GitHub Actions cache
26+
run: rm -rf ~/.cache
27+
2528
- name: Run Checkstyle and generate report
2629
run: ./gradlew checkstyleMain checkstyleTest
2730

28-
- name: Upload Checkstyle Report
29-
uses: actions/upload-artifact@v3
31+
- name: Upload Checkstyle report
32+
uses: actions/upload-artifact@v4
3033
with:
3134
name: checkstyle-report
32-
path: app/build/reports/checkstyle/
35+
path: app/build/reports/checkstyle/main.xml
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)