mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
ci: make shellcheck linter happy
Use ./*glob* or -- *glob* so names with dashes won't become options
This commit is contained in:
parent
ab47d87117
commit
134fd03c09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checksum.yml
vendored
2
.github/workflows/checksum.yml
vendored
|
@ -34,5 +34,5 @@ jobs:
|
||||||
${{ inputs.link4 }} \
|
${{ inputs.link4 }} \
|
||||||
${{ inputs.link5 }}
|
${{ inputs.link5 }}
|
||||||
ls -l
|
ls -l
|
||||||
shasum -a 256 *
|
shasum -a 256 ./*
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue