Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
This commit is contained in:
parent
fd2d3445b7
commit
1592ee9c03
1 changed files with 15 additions and 0 deletions
15
.gitea/workflows/quality.yml
Normal file
15
.gitea/workflows/quality.yml
Normal 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
|
Loading…
Reference in a new issue