actionhippie/actionhippie-yamllint
Validate and lint YAML files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 14, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actionhippie/yamllint@42cde5141b45bc5832d61ed19007b5ca0f354753 # v1.11.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to custom configuration file | no | — |
| format | Output formatter, defaults to `parsable` | no | parsable |
| warnings | Enable warning message output | no | true |
| strict | Return non-zero exit code on warnings | no | false |
| path | Path to check, defaults to `.` | no | . |
| Print messages directly, defaults to `true` | no | true |
Outputs
| name | description |
|---|---|
| messages | Generated validation/linting messages |