mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
* github: switch all actions to their latest versions and pin by SHA1 hash Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * github: switch back to peter-evans/create-pull-request for creating pull requests Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
17 lines
394 B
YAML
17 lines
394 B
YAML
name: "Validate Gradle Wrapper"
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '.github/**'
|
|
- 'gradle/**'
|
|
- 'gradlew'
|
|
- 'gradlew.bat'
|
|
|
|
jobs:
|
|
validation:
|
|
name: "Wrapper validation"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@c952173edf28a2bd22e1a4926590c1ac39630461
|
|
- uses: gradle/wrapper-validation-action@2a9956c214b2b4b63544570479c926e7a121218e
|