mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
1e7a524540
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
18 lines
535 B
YAML
18 lines
535 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
|
|
|
|
jobs:
|
|
validation:
|
|
name: "Validation"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
|
- uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
|