Ci: Configure GitLab ci pipeline to execute Checkstyle on manual trigger
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
stages:
|
||||||
|
- lint
|
||||||
|
|
||||||
|
checkstyle:
|
||||||
|
stage: lint
|
||||||
|
image: gradle:8-jdk21
|
||||||
|
script:
|
||||||
|
- gradle checkstyleMain checkstyleTest
|
||||||
|
rules:
|
||||||
|
- when: manual
|
||||||
Reference in New Issue
Block a user