Skip to content

Update lint.yml

Update lint.yml #485

name: "Validate Gradle Wrapper"

Check failure on line 1 in .github/workflows/gradle-wrapper-validation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle-wrapper-validation.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches:
- master
- 'v*-branch'
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Wandalen/wretry.action@v1.4.5
name: Gradle Validation
continue-on-error: true
with:
action: gradle/wrapper-validation-action@v1
attempt_limit: 3
attempt_delay: 2000