Skip to content

Installs terraform explicitly in build workflow #766

Installs terraform explicitly in build workflow

Installs terraform explicitly in build workflow #766

GitHub Actions / actionlint failed Dec 23, 2024 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (2)

.github/workflows/build.yml|99 col 9| shellcheck reported issue in this script: SC2086:info:1:1: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build.yml|108 col 9| shellcheck reported issue in this script: SC2086:info:9:1: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check failure on line 99 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L99

shellcheck reported issue in this script: SC2086:info:1:1: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/build.yml:99:9: shellcheck reported issue in this script: SC2086:info:1:1: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 108 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L108

shellcheck reported issue in this script: SC2086:info:9:1: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/build.yml:108:9: shellcheck reported issue in this script: SC2086:info:9:1: Double quote to prevent globbing and word splitting [shellcheck]