2023-02-14 05:46:55 +03:00
|
|
|
# synced from @nextcloud/android-config
|
2021-04-22 13:06:55 +03:00
|
|
|
name: "Validate Gradle Wrapper"
|
|
|
|
on:
|
2023-02-14 05:46:55 +03:00
|
|
|
pull_request:
|
|
|
|
branches: [ master, stable-* ]
|
|
|
|
push:
|
|
|
|
branches: [ master, stable-* ]
|
2021-04-22 13:06:55 +03:00
|
|
|
|
2022-12-16 14:24:03 +03:00
|
|
|
# Declare default permissions as read only.
|
|
|
|
permissions: read-all
|
|
|
|
|
2023-06-08 10:39:36 +03:00
|
|
|
concurrency:
|
|
|
|
group: validate-gradle-wrapper-${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2021-04-22 13:06:55 +03:00
|
|
|
jobs:
|
2023-02-14 05:46:55 +03:00
|
|
|
validation:
|
|
|
|
name: "Validation"
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-06-11 06:05:49 +03:00
|
|
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
2023-02-21 02:58:32 +03:00
|
|
|
- uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
|