Skip to content
GitHub Actions / actionlint failed May 9, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (7)

.github/workflows/contract-release.yml|36 col 9| shellcheck reported issue in this script: SC2046:warning:1:15: Quote this to prevent word splitting [shellcheck]
.github/workflows/rust.yml|55 col 7| shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck]
.github/workflows/rust.yml|55 col 7| shellcheck reported issue in this script: SC2140:warning:3:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A"B"C"? [shellcheck]
.github/workflows/rust.yml|70 col 7| shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A"B"C"? [shellcheck]
.github/workflows/rust.yml|78 col 7| shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A"B"C"? [shellcheck]
.github/workflows/rust.yml|135 col 7| shellcheck reported issue in this script: SC2046:warning:1:15: Quote this to prevent word splitting [shellcheck]
.github/workflows/rust.yml|135 col 7| shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A"B"C"? [shellcheck]

Filtered Findings (14)

.github/workflows/e2e_testnet_daily.yml|135 col 14| label "ubuntu20.04-16cores-64GB" 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", "ubuntu-latest-4cores-16GB", "ubuntu-latest-8cores-32GB", "ubuntu-latest-16cores-64GB", "ubuntu-latest-32cores-128GB", "ubuntu-latest-64cores-256GB". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
.github/workflows/e2e_testnet_daily.yml|143 col 15| string should not be empty [syntax-check]
.github/workflows/rust.yml|29 col 15| string should not be empty [syntax-check]
.github/workflows/rust.yml|62 col 7| shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A"B"C"? [shellcheck]
.github/workflows/rust.yml|109 col 15| string should not be empty [syntax-check]
.github/workflows/sonar-scan.yml|94 col 9| shellcheck reported issue in this script: SC2185:info:5:41: Some finds don't have a default path. Specify '.' explicitly [shellcheck]
.github/workflows/sonar-scan.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:5:99: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2129:style:11:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:11:21: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:12:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:13:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:15:23: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:16:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/upstream-tracker.yml|13 col 9| shellcheck reported issue in this script: SC2086:info:17:15: Double quote to prevent globbing and word splitting [shellcheck]

Annotations

Check failure on line 36 in .github/workflows/contract-release.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/contract-release.yml#L36

shellcheck reported issue in this script: SC2046:warning:1:15: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/contract-release.yml:36:9: shellcheck reported issue in this script: SC2046:warning:1:15: Quote this to prevent word splitting [shellcheck]

Check failure on line 55 in .github/workflows/rust.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/rust.yml#L55

shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/rust.yml:55:7: shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting [shellcheck]

Check failure on line 55 in .github/workflows/rust.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/rust.yml#L55

shellcheck reported issue in this script: SC2140:warning:3:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]
Raw output
.github/workflows/rust.yml:55:7: shellcheck reported issue in this script: SC2140:warning:3:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]

Check failure on line 70 in .github/workflows/rust.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/rust.yml#L70

shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]
Raw output
.github/workflows/rust.yml:70:7: shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]

Check failure on line 78 in .github/workflows/rust.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/rust.yml#L78

shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]
Raw output
.github/workflows/rust.yml:78:7: shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]

Check failure on line 135 in .github/workflows/rust.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/rust.yml#L135

shellcheck reported issue in this script: SC2046:warning:1:15: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/rust.yml:135:7: shellcheck reported issue in this script: SC2046:warning:1:15: Quote this to prevent word splitting [shellcheck]

Check failure on line 135 in .github/workflows/rust.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/rust.yml#L135

shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]
Raw output
.github/workflows/rust.yml:135:7: shellcheck reported issue in this script: SC2140:warning:2:16: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? [shellcheck]