.gitea/workflows/quality.yml aktualisiert
Some checks failed
Quality Check / Qualty Check (push) Failing after 17s
Some checks failed
Quality Check / Qualty Check (push) Failing after 17s
This commit is contained in:
parent
472a7a7e6a
commit
06504a504b
1 changed files with 2 additions and 0 deletions
|
@ -11,5 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||||
|
- name: "test"
|
||||||
|
run: ls
|
||||||
- name: "CHECK"
|
- name: "CHECK"
|
||||||
run: mvn checkstyle:check
|
run: mvn checkstyle:check
|
Loading…
Reference in a new issue