Merge pull request 'Setup QS Workflow' (#19) from setup-workflow into main
All checks were successful
Quality Check / Qualty Check (push) Successful in 24s
All checks were successful
Quality Check / Qualty Check (push) Successful in 24s
Reviewed-on: #19 Reviewed-by: SZUT-Armin <arminribic@web.de>
This commit is contained in:
commit
2b96bc967c
1 changed files with 19 additions and 0 deletions
19
.gitea/workflows/quality.yml
Normal file
19
.gitea/workflows/quality.yml
Normal 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
|
||||
|
Loading…
Reference in a new issue