actions-marketplace-validations/Run pyright with reviewdog
🐶 Run pyright on pull requests and get reviews with reviewdog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | no | error |
| reporter | Reporter of reviewdog command [github-check,github-pr-review]. Default is github-pr-review. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. | no | github-pr-review |
| 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 | "" |
| workdir | The directory from which to run pyright. Default '.' | no | . |
| tool_name | Tool name to use for reviewdog reporter | no | pyright |
| pyright_version | Version of pyright to run. If not specified, the latest version will be used. | no | — |
| python_platform | Analyze for a specific platform (Darwin, Linux, Windows). | no | — |
| python_version | Analyze for a specific version (3.3, 3.4, etc.). | no | — |
| typeshed_path | Use typeshed type stubs at this location. | no | — |
| venv_path | Directory that contains virtual environments. | no | — |
| project | Use the configuration file at this location. | no | — |
| lib | Use library code to infer types when stubs are missing. | no | false |
| pyright_flags | Extra arguments; can be used to specify specific files to check. | no | — |
Outputs
no outputs