.gitea/workflows/quality.yml aktualisiert
All checks were successful
Quality Check / Check (push) Successful in 41s
All checks were successful
Quality Check / Check (push) Successful in 41s
This commit is contained in:
parent
1592ee9c03
commit
fdcea6c817
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
name: "Check"
|
name: "Check"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
container:
|
container:
|
||||||
image: "ghcr.io/catthehacker/ubuntu:runner-latest"
|
image: "git.euph.dev/actions/runner-java-21:latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||||
|
|
Loading…
Reference in a new issue