Обновить .gitea/workflows/java-pull-request-check-template.yml

This commit is contained in:
Артем Дроздов 2025-06-17 10:10:58 +00:00
parent 0413ac8e1e
commit 33b5813f9b

View File

@ -43,6 +43,8 @@ jobs:
check: check:
name: check and test name: check and test
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: gradle:8.12.0-jdk21-alpine
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
- uses: https://github.com/actions/setup-java@v3 - uses: https://github.com/actions/setup-java@v3