jacobtomlinson/YAML file linter
Lint a YAML file in your project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 19, 2020
- License
- MIT
Pinned Snippet
uses: jacobtomlinson/gha-lint-yaml@6e53589067461352e795db4e641af4cde5eb6c01 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the YAML file to be linted | yes | — |
| strict | Run the linter in strict mode (error on warnings) | no | false |
Outputs
| name | description |
|---|---|
| warnings | Number of warnings raised if lint was successful |