mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Clarify that wrapper-validation should precede setup-gradle
This commit is contained in:
parent
d355de3893
commit
8a2cbc9ccf
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ Simply add this action to your workflow **after** having checked out your source
|
|||
uses: gradle/wrapper-validation-action@v2
|
||||
```
|
||||
|
||||
This action step should precede any step using `gradle/gradle-build-action` or `gradle/actions/setup-gradle`.
|
||||
|
||||
### Add a new dedicated Workflow
|
||||
|
||||
Here's a sample complete workflow you can add to your repositories:
|
||||
|
|
Loading…
Reference in a new issue