codex-/Knip Reporter
Comment on a pull-request with Knip results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token for making API requests. | no | ${{ github.token }} |
| command_script_name | The package script that runs knip. | no | knip |
| comment_id | ID to use when updating the PR comment. | no | ${{ github.workflow }}-knip-reporter |
| annotations | Annotate the project code with the knip results. | no | true |
| verbose | Include annotated items in the comment report. | no | false |
| ignore_results | Do not fail the action run if knip results are found. | no | false |
| working_directory | Directory in which to run the knip action. | no | . |
| json_report_path | Optional file path containing the results from a knip run. If provided, the action will read from this file instead of running knip itself. | no | — |
Outputs
no outputs