Documentation updates (#187)

* Use consistent YAML syntax in example workflows
* Add link to plugin env vars
This commit is contained in:
Daz DeBoer
2024-04-18 09:39:15 -06:00
committed by GitHub
parent 439ed0a0ac
commit d211a39090
7 changed files with 38 additions and 12 deletions

View File

@@ -56,7 +56,10 @@ Here's a sample complete workflow you can add to your repositories:
**`.github/workflows/gradle-wrapper-validation.yml`**
```yaml
name: "Validate Gradle Wrapper"
on: [push, pull_request]
on:
push:
pull_request:
jobs:
validation: