This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Programmierprojekt/.gitlab-ci.yml
T
2026-03-13 17:35:42 +01:00

11 lines
171 B
YAML

stages:
- lint
checkstyle:
stage: lint
image: gradle:9.3.1-jdk25
script:
- gradle checkstyleMain checkstyleTest
rules:
- when: manual