ZedThree / clang-tidy-review

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

Check exit-code of `apt` invocations #85

Closed Nerixyz closed 1 year ago

Nerixyz commented 1 year ago

When attempting to install packages that don't exist, the apt-get install invocation would exit with an error, but the script would continue. This isn't the desired behavior - the action should stop with an error.

This PR fixes that.

ZedThree commented 1 year ago

Thanks for the fix @Nerixyz!

ZedThree commented 1 year ago

Now available as v0.13.1