Skip to content

🔄 Created local '.github/ISSUE_TEMPLATE/feature.yml' from remote 'syn… #5835

🔄 Created local '.github/ISSUE_TEMPLATE/feature.yml' from remote 'syn…

🔄 Created local '.github/ISSUE_TEMPLATE/feature.yml' from remote 'syn… #5835

name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1