liskin/Problem Matcher wrapper (linter errors as annotations even for fork PRs)
Invoke linters, detect errors/warnings, show them as annotations. Supports PRs from forks, unlike other Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 23, 2026
- License
- MIT
Pinned Snippet
uses: liskin/gh-problem-matcher-wrap@d31bb388d13cf879e93f878cb2550299f0afb460 # v4.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| linters | Comma or whitespace separated list of Problem Matchers to add/remove. For example, "flake8, mypy". | yes | — |
| action | To just "add" or "remove" Problem Matchers instead of wrapping a command, specify "add" or "remove" here. | no | — |
| run | Command to run. | yes | — |
Outputs
no outputs