naftiko/Polychro Lint
Run Polychro linting on YAML/JSON specs with SARIF output for GitHub Code Scanning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Glob pattern(s) for files to lint (comma or newline separated) | yes | **/*.yml |
| ruleset | Path to custom ruleset file | no | — |
| schema | Path to custom schema file | no | — |
| config | Path to .polychro.yml config file | no | — |
| format | Output format: sarif, json, text, agent | no | sarif |
| fail-on | Minimum severity to fail the action: error, warn, info, hint | no | error |
| version | Polychro version to use | no | latest |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file |
| exit-code | Exit code (0 = clean, 1 = threshold exceeded) |
| summary | Markdown summary of lint results |