d1c303403a
`shellcheck` is reporting an SC2086 ("Double quote to prevent globbing and word splitting") issue in the `bump-unversioned-casks.yml` workflow and SC2016 ("Expressions don't expand in single quotes, use double quotes for that") issues in the `ci.yml` workflow. The SC2016 issues seem to appear because the use of backticks around the cask names (markdown syntax) can be interpreted as legacy backticks (as used in shell code). The only way I could appease `shellcheck` was to use double quotes and escape the backticks. This passes `brew style` but I haven't tested it, so hopefully it works as intended. |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
actions/sync | ||
workflows | ||
PULL_REQUEST_TEMPLATE.md | ||
autobump.txt | ||
config.yml | ||
dependabot.yml |