ludeeus / action-shellcheck

GitHub action for ShellCheck.
MIT License
292 stars 69 forks source link

problem-matcher appears to be matched in the to-test repo #21

Closed quodlibetor closed 4 years ago

quodlibetor commented 4 years ago

My PRs just started failing with:

##[error]Unable to process command '::add-matcher::.github/problem-matcher.json' successfully.
##[error]Could not find file '/home/runner/work/chrono/chrono/.github/problem-matcher.json'.

Example: https://github.com/chronotope/chrono/pull/447/checks?check_run_id=839552633

quodlibetor commented 4 years ago

Seems to be related to https://github.com/actions/toolkit/issues/56 which suggests that the docs say that this should have worked, but that maybe copying the file onto the host filesystem would fix it.

ludeeus commented 4 years ago

Yeah, it probably needs to be in the container, or there is some magic path that should be used. I like the problem matcher feature, so I will investigate later this week on how to safely bring it back.

quodlibetor commented 4 years ago

yeah it seems great in general. Thanks for your work on this action!