playbook-md/PLAYBOOK.md Validate
Validate .playbook.md files against the PLAYBOOK.md specification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Glob pattern for playbook files to validate | no | **/*.playbook.md |
| strict | Treat warnings as errors | no | false |
Outputs
| name | description |
|---|---|
| valid | Whether all playbooks are valid (true/false) |
| total | Total number of playbooks validated |
| errors | Total number of errors found |
| warnings | Total number of warnings found |