mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
8e0f24b4db
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
22 lines
650 B
YAML
22 lines
650 B
YAML
# synced from @nextcloud/android-config
|
|
name: "Validate Gradle Wrapper"
|
|
on:
|
|
pull_request:
|
|
branches: [ master, stable-* ]
|
|
push:
|
|
branches: [ master, stable-* ]
|
|
|
|
# Declare default permissions as read only.
|
|
permissions: read-all
|
|
|
|
concurrency:
|
|
group: validate-gradle-wrapper-${{ github.head_ref || github.run_id }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
validation:
|
|
name: "Validation"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
|
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
|