sdh100shaun/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 |
|---|---|---|---|
| files | Space-separated list of workflow files or directories to lint. Defaults to scanning .github/workflows/ when empty. | no | "" |
| ignore | Newline-separated list of regular expression patterns. Any error whose message matches a pattern will be suppressed. | no | "" |
| shellcheck | Enable shellcheck integration for shell scripts in run steps. | no | true |
| pyflakes | Enable pyflakes integration for Python scripts in run steps. | no | true |
Outputs
no outputs