Compare commits

...

2 commits

Author SHA1 Message Date
8133295bda
NOTICKET: Setup QS Workflow
All checks were successful
Quality Check / Qualty Check (push) Successful in 24s
2024-04-26 11:39:06 +02:00
fd2d3445b7 .gitea/ISSUE_TEMPLATE/Task.md aktualisiert 2024-04-23 19:53:44 +00:00
2 changed files with 23 additions and 4 deletions

View file

@ -1,10 +1,10 @@
---
name: "Ticket"
about: "A Ticket"
title: "[Ticket]"
name: "Task"
about: "A Task"
title: "[Task]"
labels:
- "type/Ticket"
- "type/Task"
---
## Beschreibung

View file

@ -0,0 +1,19 @@
name: "Quality Check"
on:
- push
- pull_request
jobs:
qs:
name: "Qualty Check"
runs-on: "ubuntu-latest"
container:
image: "git.euph.dev/actions/runner-java-21:114"
steps:
- name: "Checkout"
uses: "https://git.euph.dev/actions/checkout@v3"
- name: "CHECK"
run: mvn checkstyle:check -e