actions-marketplace-validations/common lint reporter
common lint reporter that can handle various lint report files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | github app token, using to read and write repository | yes | ${{ github.token }} |
| github_server_url | github server url, this option is for github enterprise user | — | — |
| github_graphql_api_url | github graphql api url, this option is for github enterprise user | — | — |
| workspace_path | workspace path, using to convert relative path from absolute path | — | — |
| repository | running repository, format: owner/repository | — | — |
| pull_request | running pull request number | — | — |
| commit_sha | running commit sha | — | — |
| report_files | report file glob pattern | yes | common_lint.json |
| report_files_follow_symbolic_links | report file glob pattern option | — | — |
| report_name | report name, if multiple report, should be unique name | yes | Lint report |
| report_type | report type, value is check_run or comment or inline_comment | yes | check_run |
| report_to_same_check_run | check_run only option, if true, report to same check run | — | — |
| conclusion_failure_threshold | threshold of conclution as failure | yes | 100 |
| conclusion_failure_weight | weight of reported failure by lint for conclusion | yes | 100 |
| conclusion_warning_weight | weight of reported warning by lint for conclusion | yes | 1 |
| conclusion_notice_weight | weight of reported notice by lint for conclusion | yes | 0 |
| outdated_resolver | inline_comment only option, option of how resolve when found outdated thread | — | delete_or_force_resolve_thread |
Outputs
no outputs