mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Refine README
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
b8f7b569bb
commit
66b3019a7f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Here's a sample complete workflow you can add to your repositories:
|
||||||
**`.github/workflows/gradle-wrapper-validation.yml`**
|
**`.github/workflows/gradle-wrapper-validation.yml`**
|
||||||
```yaml
|
```yaml
|
||||||
name: "Validate Gradle Wrapper"
|
name: "Validate Gradle Wrapper"
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validation:
|
validation:
|
||||||
|
|
Loading…
Reference in a new issue