JacobDomagala / StaticAnalysis

GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
MIT License
31 stars 10 forks source link

Add option to run static analysis only on changes made in PR #7

Closed JacobDomagala closed 3 years ago

JacobDomagala commented 3 years ago

Currently the action will run clang-tidy/Cppcheck on entire codebase, add option to only run it on changes introduced by given Pull Request.