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 18f17564d5 - Show all commits
+10
View File
@@ -0,0 +1,10 @@
stages:
- lint
checkstyle:
stage: lint
image: gradle:8-jdk21
script:
- gradle checkstyleMain checkstyleTest
rules:
- when: manual