Compare commits
3 commits
cbae73167a
...
4d6b0c76c3
Author | SHA1 | Date | |
---|---|---|---|
|
4d6b0c76c3 | ||
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