namhyung / uftrace

Function graph tracer for C/C++/Rust/Python
https://uftrace.github.io/slide/
GNU General Public License v2.0
3.02k stars 443 forks source link

setup reviewdog with github action #1535

Open honggyukim opened 2 years ago

honggyukim commented 2 years ago

Here is an introduction of reviewdog at https://github.com/reviewdog/reviewdog.

reviewdog provides a way to post review comments to code hosting service, such as GitHub, automatically by integrating with any linter tools with ease. It uses an output of lint tools and posts them as a comment if findings are in diff of patches to review.

There is an article titled as "Automated Code Review on GitHub Actions with reviewdog for any languages/tools". https://medium.com/@haya14busa/automated-code-review-on-github-actions-with-reviewdog-for-any-languages-tools-20285e04448e

I think we can make reviewdog to annotate code review to newly uploaded PRs.

paranlee commented 2 years ago

I'll give it a try.

namhyung commented 2 years ago

👍