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

shellcheck directive not taken into account #129

Open
NickDub opened this issue May 31, 2024 · 1 comment
Open

shellcheck directive not taken into account #129

NickDub opened this issue May 31, 2024 · 1 comment

Comments

@NickDub
Copy link

NickDub commented May 31, 2024

Here is some of the code from my Github workflow:

- name: Apply Env Provisioning
  run: |
    # shellcheck disable=SC2086
    envsubst < ${{ inputs.provisioning-file-path }} > provisioning-replaced.yaml

and actionlint return this error:
shellcheck reported issue in this script: SC2086:info:4:29: Double quote to prevent globbing and word splitting [shellcheck]

The shellcheck directive to disable the instance is not taken into account.

@MatthewRyanRead
Copy link

It appears that this is an issue with actionlint itself: rhysd/actionlint#237

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

2 participants