gradle-wrapper-validation.yml 650 B

12345678910111213141516171819202122
  1. # synced from @nextcloud/android-config
  2. name: "Validate Gradle Wrapper"
  3. on:
  4. pull_request:
  5. branches: [ master, stable-* ]
  6. push:
  7. branches: [ master, stable-* ]
  8. # Declare default permissions as read only.
  9. permissions: read-all
  10. concurrency:
  11. group: validate-gradle-wrapper-${{ github.head_ref || github.run_id }}
  12. cancel-in-progress: true
  13. jobs:
  14. validation:
  15. name: "Validation"
  16. runs-on: ubuntu-latest
  17. steps:
  18. - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
  19. - uses: gradle/wrapper-validation-action@27152f6fa06a6b8062ef7195c795692e51fc2c81 # v2.0.0