Skip to content

Fixing daily devnet workflow

Sign in for the full log view
GitHub Actions / actionlint failed Jun 5, 2024 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (1)

.github/workflows/e2e_testnet_daily.yml|31 col 1| key "env" is duplicated in workflow. previously defined at line:26,col:1 [syntax-check]

Filtered Findings (9)

.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 31 in .github/workflows/e2e_testnet_daily.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_testnet_daily.yml#L31

key "env" is duplicated in workflow. previously defined at line:26,col:1 [syntax-check]
Raw output
.github/workflows/e2e_testnet_daily.yml:31:1: key "env" is duplicated in workflow. previously defined at line:26,col:1 [syntax-check]