Compare commits
2 commits
90ea2d7f62
...
2b96bc967c
Author | SHA1 | Date | |
---|---|---|---|
2b96bc967c | |||
eac7bde8a4 |
1 changed files with 19 additions and 0 deletions
19
.gitea/workflows/quality.yml
Normal file
19
.gitea/workflows/quality.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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