Compare commits
1 commit
4d6b0c76c3
...
cbae73167a
Author | SHA1 | Date | |
---|---|---|---|
|
cbae73167a |
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
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