actions-marketplace-validations/Run flakeheaven with reviewdog
🐶 Run flakeheaven with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 18, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sailingpalmtree_reviewdog-flakehell-action@35f06fd4c8a35c8e2d9c32d19f55df984eb4a4f7 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | no | ${{ github.token }} |
| workdir | Working directory relative to the root directory. | no | . |
| python_version | The Python version to use for flakeheaven, e.g. python3.8 | no | python3.8 |
| level | Report level for reviewdog [info,warning,error] | no | warning |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | no | github-pr-check |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | no | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | no | false |
| reviewdog_flags | Additional reviewdog flags | no | "" |
Outputs
no outputs