Fix where the action should live and setup ci #3
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (3)
.github/workflows/actionlint.yaml|21 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|21 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|21 col 9| shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck]
Filtered Findings (0)
Annotations
Check failure on line 21 in .github/workflows/actionlint.yaml
github-actions / actionlint
[actionlint] .github/workflows/actionlint.yaml#L21
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:21: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 21 in .github/workflows/actionlint.yaml
github-actions / actionlint
[actionlint] .github/workflows/actionlint.yaml#L21
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:21:9: shellcheck reported issue in this script: SC2086:info:2:14: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 21 in .github/workflows/actionlint.yaml
github-actions / actionlint
[actionlint] .github/workflows/actionlint.yaml#L21
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:21:9: shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting [shellcheck]