Skip to content

Integrated code lifecycle: Configure checkout path and timeout for programming exercises #716

Integrated code lifecycle: Configure checkout path and timeout for programming exercises

Integrated code lifecycle: Configure checkout path and timeout for programming exercises #716

name: "Validate Gradle Wrapper"
on:
push:
branches:
- develop
- main
- release/*
paths:
- '**/gradle/**'
pull_request:
branches: [develop]
paths:
- '**/gradle/**'
jobs:
validation:
name: "Gradle Wrapper Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v3
with:
min-wrapper-count: 6 # 5 in the different gradle templates and 1 for the Artemis project itself