jesssullivan/HuskyCat Validation
Run HuskyCat code validation on your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Paths to validate (space-separated) | no | . |
| tools | Comma-separated list of tools to run (or "all") | no | all |
| fix | Auto-fix issues where possible | no | false |
| allow-warnings | Allow warnings to pass (exit 0 on warnings) | no | false |
| staged-only | Only validate staged files (for pre-commit) | no | false |
| fail-on-error | Fail the action if validation errors found | no | true |
| output-format | Output format: human, json, junit | no | human |
| report-path | Path to write validation report | no | "" |
Outputs
| name | description |
|---|---|
| result | Validation result: passed, failed, or warnings |
| errors | Number of errors found |
| warnings | Number of warnings found |
| files-checked | Number of files checked |