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-08-26 22:59:58 +03:00
|
|
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
2023-07-22 11:15:51 +03:00
|
|
|
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
|