-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running clang-tidy-review outside of container #122
Comments
I initially used also clang-tidy-review but ended up creating my own that works almost the same as this one for the reasons you just pointed out, you can check it out here https://github.com/ZehMatt/clang-tidy-annotations I hope this doesn't come over as self advertisement but I figured this is exactly what this issue is about. |
Thanks for sharing! |
This is really nice, thanks @bwrsandman! I need to investigate properly, but I think it's possible to have composite actions (e.g. https://docs.github.com/en/actions/creating-actions/creating-a-composite-action). That looks like we could then use your workflow here and export it as a single action for users? |
I think this is the way forward for this action. It would solve the issue of not being able to use the latest It would also solve the issue of needing to install packages again inside our container To make @bwrsandman's initial workflow a bit nicer, we could either release |
I wanted to post this in discussions but it's not enabled for the repo.
Here's how I am able to run the clang-tidy review script directly on the github runner environments without needing the ubuntu container.
Why would you do this?
apt
The text was updated successfully, but these errors were encountered: