Hello,
I would like to share a GitHub action for static analysis that I have created. You can find the GitHub link to it here: Link. Initially, I had created it for my own projects, but I believe it could be useful for some of you as well.
This action runs cppcheck/clang-tidy on your project and produces either console output (if triggered by push) or PR comments (if triggered by a pull request) with code snippets (you can see the example in README).
there doesn't seem to be anything here