action-sh-checker
action-sh-checker copied to clipboard
Add problem matcher as alternate to comment
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
Nice, I will take a look.. thank you @nschonni
Any progress here?
I took a look, and it works well to shellcheck, but to shfmt it doesn't.... because there are not line and column informations..
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