Skip to content

Conversation

@airtonix
Copy link

  • if shellcheck doesn't exist, downloads it. optionally to a version specified.
  • if it exists and no version is specified, use that
  • if it exists but a version specified, and it matches use that
  • otherwise fail loudly

  - if shellcheck doesn't exist, downloads it. optionally to a version specified.
  - if it exists and no version is specified, use that 
  - if it exists but a version specified, and it matches use that
  - otherwise fail loudly
osvariant="darwin"
else
osvariant="linux"
# check if shellcheck already installed
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this check optional with a input variable that defaults to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants