Compare commits
No commits in common. "2b96bc967c1971aa009a3bdbff468db1eac2a94b" and "90ea2d7f621ad3b1f234a91f61bf14307a42c56b" have entirely different histories.
2b96bc967c
...
90ea2d7f62
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