Open hugo-syn opened 1 month ago
Hi, thanks for the tool, I would like to run reviewdog when someone push on my project But I don't see any output. Here is and example:
When running on a PR it works fine:
When running on a push with local reporter it displays on STDOUT:
local
But when I switch to the github-check reporter I got nothing:
github-check
I'm using the last version of reviewdog.
I have the same issue:
on: pull_request
on: push
Hi, thanks for the tool, I would like to run reviewdog when someone push on my project But I don't see any output. Here is and example:
When running on a PR it works fine:
When running on a push with
local
reporter it displays on STDOUT:But when I switch to the
github-check
reporter I got nothing:I'm using the last version of reviewdog.