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

11 lines
167 B
YAML

stages:
- lint
checkstyle:
stage: lint
image: gradle:8-jdk21
script:
- gradle checkstyleMain checkstyleTest
rules:
- when: manual