ci(wf): install asdf from binary #53
Closed
GitHub Actions / actionlint
failed
Mar 19, 2025 in 0s
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (2)
.github/workflows/code_checks.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:1:77: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/code_checks.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:1:98: Double quote to prevent globbing and word splitting [shellcheck]
Filtered Findings (0)
Annotations
Check notice on line 33 in .github/workflows/code_checks.yml
github-actions / actionlint
[actionlint] .github/workflows/code_checks.yml#L33
shellcheck reported issue in this script: SC2086:info:1:77: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
i:.github/workflows/code_checks.yml:33:9: shellcheck reported issue in this script: SC2086:info:1:77: Double quote to prevent globbing and word splitting [shellcheck]
Check notice on line 33 in .github/workflows/code_checks.yml
github-actions / actionlint
[actionlint] .github/workflows/code_checks.yml#L33
shellcheck reported issue in this script: SC2086:info:1:98: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
i:.github/workflows/code_checks.yml:33:9: shellcheck reported issue in this script: SC2086:info:1:98: Double quote to prevent globbing and word splitting [shellcheck]
Loading