JacobDomagala / StaticAnalysis

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

Add action inputs to install additional packages and run script #5

Closed JacobDomagala closed 3 years ago

JacobDomagala commented 3 years ago

Adds two additional input variables:

Note. apt_pckgs will run before init_script, just in case you need some packages installed before running the script