Skip to content

Empty commit to make .github/workflows/testing.yml changes apply to t… #275

Empty commit to make .github/workflows/testing.yml changes apply to t…

Empty commit to make .github/workflows/testing.yml changes apply to t… #275

name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read
jobs:
validation:
name: "Gradle wrapper validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1