.gitea/workflows/quality.yml aktualisiert
Some checks failed
Quality Check / Qualty Check (push) Failing after 5s
Some checks failed
Quality Check / Qualty Check (push) Failing after 5s
This commit is contained in:
parent
34f49240e6
commit
ea41901a65
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@ jobs:
|
||||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||||
- name: "test"
|
- name: "test"
|
||||||
run: ls
|
run: ls
|
||||||
|
- name: pwd
|
||||||
|
run: pwd
|
||||||
|
- name: create dir
|
||||||
|
run: mkdir -p /home/runner/.m2/repository
|
||||||
- name: debug
|
- name: debug
|
||||||
run: ls -l
|
run: ls -l
|
||||||
- name: "CHECK"
|
- name: "CHECK"
|
||||||
run: mvn checkstyle:check -e
|
run: mvn checkstyle:check -e
|
||||||
|
|
Loading…
Reference in a new issue