ludeeus / action-shellcheck

GitHub action for ShellCheck.
MIT License
292 stars 69 forks source link

Allow to skip downloading shellcheck if it is installed already #93

Open SimonHeimberg opened 1 year ago

SimonHeimberg commented 1 year ago

Checklist

The idea

Allow to skip downloading shellcheck if it is installed already.

Implementation

Alternatives

???

Additional context

shellcheck is installed on ubuntu runners: https://github.com/actions/runner-images/blob/ubuntu22/20230710.1/images/linux/Ubuntu2204-Readme.md#installed-apt-packages

airtonix commented 10 months ago

Would like this too as we already use asdf as our general setup step. so that handles installing shellcheck for us.