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