Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set the version of shellcheck when using the check job #63

Open
timobrembeck opened this issue Jan 29, 2024 · 0 comments
Open

Comments

@timobrembeck
Copy link
Contributor

Describe Request:

At the moment, the check job just runs the version of shellcheck which is included in the CircleCI base image (which corresponds to the Ubuntu repository) and might quite outdated.
Even when the default version of the install command is updated (#61/#62), the check job would not benefit from this, since install is not called here.

Examples:

version: '2.1'
orbs:
  shellcheck: circleci/shellcheck@3.2.0
workflows:
  my_workflow:
    jobs:
      - shellcheck/check:
          dir: ./myScripts
          version: 0.9.0
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

No branches or pull requests

1 participant