homebrew-cask/.github
Sam Ford d1c303403a
Fix shellcheck issues in workflows
`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.
2024-06-12 16:30:35 -04:00
..
ISSUE_TEMPLATE issue template: make checksum error tickbox more explicit 2023-11-24 09:56:12 +11:00
actions/sync sync/templates: remove old workflows 2023-08-19 11:35:40 -07:00
workflows Fix shellcheck issues in workflows 2024-06-12 16:30:35 -04:00
PULL_REQUEST_TEMPLATE.md PULL_REQUEST_TEMPLATE: better previously refused casks search query 2024-05-27 14:49:03 -04:00
autobump.txt autobump: updates 2024-06-07 11:45:24 -04:00
config.yml Update config.yml (#110317) 2021-08-21 17:04:41 +10:00
dependabot.yml dependabot.yml: update to match main configuration 2024-06-11 09:43:17 +00:00