icadsistemi/actionlint
Lint GitHub Actions workflow files using actionlint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flags | Additional flags to pass to actionlint (e.g. "-ignore SC2086"). | no | "" |
| fail-on-error | Fail the action when actionlint reports errors. | no | true |
Outputs
| name | description |
|---|---|
| exit-code | Exit code returned by actionlint. |
| total-errors | Total number of errors found. |