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

Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
This commit is contained in:
Dominik Säume 2024-04-25 09:46:10 +02:00
parent fd2d3445b7
commit 1592ee9c03
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

View file

@ -0,0 +1,15 @@
name: "Quality Check"
on: push
jobs:
scan:
name: "Check"
runs-on: "ubuntu-latest"
container:
image: "ghcr.io/catthehacker/ubuntu:runner-latest"
steps:
- name: "Checkout"
uses: "https://git.euph.dev/actions/checkout@v3"
- name: "Java"
run: java --version