actungs/Yamllint Composite Action
Github action to lint YAML files using yamllint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files_or_dirs | A space separated list of files or directories to be checked | no | . |
| config_file | Path to a custom configuration file | no | "" |
| config_data | Custom configuration (as YAML source) | no | "" |
| strict | Return non-zero exit code on warnings as well as errors | no | false |
| no_warnings | Output only error level problems | no | false |
| format | The format for parsing output. Available options: parsable, standard, colored, github, auto | no | auto |
Outputs
| name | description |
|---|---|
| lint_output | Result from yamllint |