ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
88 stars 44 forks source link

Add argument to pass in CMake command #25

Closed ZedThree closed 2 years ago

ZedThree commented 2 years ago

Closes #22

~Possibly fix for #14~

By running the CMake command inside the container when the Action is run, we can avoid having to faff about trying to fix the paths in compile_commands.json.

We can also speed up Workflows a bit by not needing to install apt packages both in the Workflow and inside the docker container.