Clarify that wrapper-validation should precede setup-gradle

This commit is contained in:
daz 2024-02-07 08:22:46 -07:00
parent d355de3893
commit 8a2cbc9ccf
No known key found for this signature in database

View file

@ -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: