Add first (manual) CI jobs #174

Merged
lars.winzer merged 11 commits from chore/gitlab-linting-formatting-pipeline into main 2026-03-13 23:24:46 +01:00
Showing only changes of commit 28f8d17237 - Show all commits
+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