Ci: Attach checkstyle report as job artifact

This commit is contained in:
Lars Simon Winzer
2026-03-13 22:36:23 +01:00
parent d311553de7
commit 28f8d17237
+7
View File
@@ -6,5 +6,12 @@ checkstyle:
image: gradle:9.3.1-jdk25
script:
- gradle checkstyleMain checkstyleTest
artifacts:
when: always
paths:
- build/reports/checkstyle/main.html
- build/reports/checkstyle/test.html
expose_as: 'Checkstyle Report'
expire_in: 1 week
rules:
- when: manual