Skip to content

chore(deps): update actions/checkout action to v4 #100

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #100

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / shellcheck succeeded Sep 4, 2023 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4)

testdata/test.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
testdata/test.sh|1 col 6| Double quote to prevent globbing and word splitting.
testdata/test.sh|2 col 14| Quote the parameter to -name so the shell won't interpret it.
testdata/test.sh|2 col 14| Use ./glob or -- glob so names with dashes won't become options.