mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 06:25:40 +03:00
Add gradle validation check
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
55a64357c0
commit
8d76b21385
1 changed files with 13 additions and 0 deletions
13
.github/workflow/gradle-wrapper-validation.yml
vendored
Normal file
13
.github/workflow/gradle-wrapper-validation.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: "Validate Gradle Wrapper"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, stable-* ]
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
name: "Validation"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gradle/wrapper-validation-action@v1
|
Loading…
Reference in a new issue