ne-sachirou/lint-gha-reviewdog
Run GitHub Actions linters and report findings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 29, 2026
- License
- Public domain
Pinned Snippet
uses: ne-sachirou/lint-gha-reviewdog@21e9e3be880468f3fceff09b97e02094eb000a43 # v0.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_on_error | Fail the step when findings exist | no | true |
| filter_mode | reviewdog filter mode | no | added |
| github_token | GitHub token for reviewdog | no | "" |
| reporter | reviewdog reporter | no | github-pr-review |
| toolset | Linter set to run | no | all |
| workdir | Directory to lint | no | . |
Outputs
| name | description |
|---|---|
| has_findings | Whether any enabled tool reported findings |