Skip to content

Using docker run

Using docker run #185

GitHub Actions / actionlint completed Aug 7, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (29)

.github/workflows/ci.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:1:33: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|136 col 9| shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|136 col 9| shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|143 col 9| shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|158 col 9| shellcheck reported issue in this script: SC2035:info:1:4: Use ./glob or -- glob so names with dashes won't become options [shellcheck]
.github/workflows/ci.yml|249 col 15| label "node-only" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
.github/workflows/ci.yml|274 col 9| shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|274 col 9| shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|274 col 9| shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|298 col 9| shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|298 col 9| shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|298 col 9| shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|346 col 9| shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|346 col 9| shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|346 col 9| shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|362 col 9| shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|362 col 9| shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|375 col 9| shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|375 col 9| shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|435 col 9| shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|435 col 9| shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|435 col 9| shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|471 col 9| shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|471 col 9| shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|471 col 9| shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|471 col 9| shellcheck reported issue in this script: SC2086:info:3:31: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|489 col 9| shellcheck reported issue in this script: SC2086:info:6:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|489 col 9| shellcheck reported issue in this script: SC2086:info:5:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|489 col 9| shellcheck reported issue in this script: SC2086:info:4:19: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check warning on line 33 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L33

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

Check warning on line 136 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L136

shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:136:9: shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 136 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L136

shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:136:9: shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 143 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L143

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

Check warning on line 158 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L158

shellcheck reported issue in this script: SC2035:info:1:4: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
Raw output
.github/workflows/ci.yml:158:9: shellcheck reported issue in this script: SC2035:info:1:4: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]

Check warning on line 249 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L249

label "node-only" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
Raw output
.github/workflows/ci.yml:249:15: label "node-only" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]

Check warning on line 274 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L274

shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:274:9: shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 274 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L274

shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:274:9: shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 274 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L274

shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:274:9: shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 298 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L298

shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:298:9: shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 298 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L298

shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:298:9: shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 298 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L298

shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:298:9: shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 346 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L346

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

Check warning on line 346 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L346

shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:346:9: shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 346 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L346

shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:346:9: shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 362 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L362

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

Check warning on line 362 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L362

shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:362:9: shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 375 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L375

shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:375:9: shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 375 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L375

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

Check warning on line 435 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L435

shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:435:9: shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 435 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L435

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

Check warning on line 435 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L435

shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:435:9: shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 471 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L471

shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:471:9: shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 471 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L471

shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:471:9: shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 471 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L471

shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:471:9: shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]