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-10-18 11:09:08 +03:00
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
2023-07-22 11:15:51 +03:00
|
|
|
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
|