Skip to content

Fix where the action should live and setup ci #2

Fix where the action should live and setup ci

Fix where the action should live and setup ci #2

GitHub Actions / actionlint failed Nov 7, 2023 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]