Skip to content

Abort script on errors and reduce noise for GitHub Actions #1412

Abort script on errors and reduce noise for GitHub Actions

Abort script on errors and reduce noise for GitHub Actions #1412

name: "Validate Gradle Wrapper"
on:
push:
branches:
- main
- 'r5.*'
pull_request:
branches:
- '*'
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with:
min-wrapper-count: 6