reviewdog / reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b#.8xctbaw5u
MIT License
8k stars 422 forks source link

No results when running reviewdog on push event in a GitHub action ? #1952

Open hugo-syn opened 1 month ago

hugo-syn commented 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: image

When running on a push with local reporter it displays on STDOUT:

image

But when I switch to the github-check reporter I got nothing: image

I'm using the last version of reviewdog.

johannes-lindgren commented 6 days ago

I have the same issue: