reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (4)
.github/workflows/actionlint.yaml|22 col 9| shellcheck reported issue in this script: SC2027:warning:2:14: The surrounding quotes actually unquote this. Remove or escape them [shellcheck]
.github/workflows/actionlint.yaml|22 col 9| shellcheck reported issue in this script: SC2086:info:2:14: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/actionlint.yaml|22 col 9| shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/go-test.yaml|39 col 7| shellcheck reported issue in this script: SC2046:warning:2:15: Quote this to prevent word splitting [shellcheck]
Filtered Findings (0)
Annotations
Check failure on line 22 in .github/workflows/actionlint.yaml
github-actions / actionlint
[actionlint] .github/workflows/actionlint.yaml#L22
shellcheck reported issue in this script: SC2027:warning:2:14: The surrounding quotes actually unquote this. Remove or escape them [shellcheck]
Raw output
.github/workflows/actionlint.yaml:22:9: shellcheck reported issue in this script: SC2027:warning:2:14: The surrounding quotes actually unquote this. Remove or escape them [shellcheck]
Check failure on line 22 in .github/workflows/actionlint.yaml
github-actions / actionlint
[actionlint] .github/workflows/actionlint.yaml#L22
shellcheck reported issue in this script: SC2086:info:2:14: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/actionlint.yaml:22:9: shellcheck reported issue in this script: SC2086:info:2:14: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 22 in .github/workflows/actionlint.yaml
github-actions / actionlint
[actionlint] .github/workflows/actionlint.yaml#L22
shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/actionlint.yaml:22:9: shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 39 in .github/workflows/go-test.yaml
github-actions / actionlint
[actionlint] .github/workflows/go-test.yaml#L39
shellcheck reported issue in this script: SC2046:warning:2:15: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/go-test.yaml:39:7: shellcheck reported issue in this script: SC2046:warning:2:15: Quote this to prevent word splitting [shellcheck]