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