2023-02-14 05:46:49 +03:00
|
|
|
# synced from @nextcloud/android-config
|
2020-03-11 10:43:06 +03:00
|
|
|
name: "Validate Gradle Wrapper"
|
2020-05-18 14:26:16 +03:00
|
|
|
on:
|
|
|
|
pull_request:
|
2021-01-05 16:42:56 +03:00
|
|
|
branches: [ master, stable-* ]
|
2023-02-14 05:46:49 +03:00
|
|
|
push:
|
|
|
|
branches: [ master, stable-* ]
|
2020-03-11 10:43:06 +03:00
|
|
|
|
2022-06-10 09:03:43 +03:00
|
|
|
# Declare default permissions as read only.
|
|
|
|
permissions: read-all
|
|
|
|
|
2023-06-08 10:39:30 +03:00
|
|
|
concurrency:
|
|
|
|
group: validate-gradle-wrapper-${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2020-03-11 10:43:06 +03:00
|
|
|
jobs:
|
|
|
|
validation:
|
|
|
|
name: "Validation"
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-10-18 11:09:01 +03:00
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
2023-07-22 11:15:46 +03:00
|
|
|
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
|