Homebrew / homebrew-aliases

:arrow_right: Aliases for Homebrew
BSD 2-Clause "Simplified" License
153 stars 31 forks source link

Fix shellcheck issues #72

Closed samford closed 5 months ago

samford commented 5 months ago

shellcheck is reporting an SC2086 ("Double quote to prevent globbing and word splitting") issue in the tests.yml workflow. This adds quotes around the related area to resolve the issue.

Related to https://github.com/Homebrew/brew/pull/17482