action-sh-checker icon indicating copy to clipboard operation
action-sh-checker copied to clipboard

Add problem matcher as alternate to comment

Open nschonni opened this issue 4 years ago • 4 comments
trafficstars

Registering a problem matcher like https://github.com/ludeeus/action-shellcheck/blob/master/.github/problem-matcher.json can let GitHub put inline comments on the Files tab of a PR

nschonni avatar Dec 13 '20 22:12 nschonni

Nice, I will take a look.. thank you @nschonni

luizm avatar Dec 30 '20 13:12 luizm

Any progress here?

haraldh avatar Apr 29 '21 13:04 haraldh

I took a look, and it works well to shellcheck, but to shfmt it doesn't.... because there are not line and column informations..

luizm avatar Jun 13 '21 23:06 luizm

If there is no exact column/line number for the errors, I think you can use 1:1, and then it puts the comment at the top of the file

nschonni avatar Jun 14 '21 04:06 nschonni