NOTICKET: Setup Workflow
Some checks failed
Quality Check / Check (push) Failing after 2s

Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
This commit is contained in:
Dominik Säume 2024-04-25 18:54:44 +02:00
parent fdcea6c817
commit 550f687ae6
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

View file

@ -12,4 +12,10 @@ jobs:
- name: "Checkout"
uses: "https://git.euph.dev/actions/checkout@v3"
- name: "Java"
run: java --version
run: java --version
- name: "Maven"
run: mvn --version
- name: "XMLLint"
run: xmllint --version
- name: "CHECK"
run: mvn checkstyle:check