Ci: Configure GitLab ci pipeline to execute Checkstyle on manual trigger

This commit is contained in:
Lars Simon Winzer
2026-03-13 17:29:41 +01:00
parent 57010d2872
commit 18f17564d5
+10
View File
@@ -0,0 +1,10 @@
stages:
- lint
checkstyle:
stage: lint
image: gradle:8-jdk21
script:
- gradle checkstyleMain checkstyleTest
rules:
- when: manual