Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spike: custom chainlink tag #561

Closed
wants to merge 10 commits into from

Try to run smoke tests with core tag

3bff872
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Spike: custom chainlink tag #561

Try to run smoke tests with core tag
3bff872
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Dec 12, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (4)

.github/workflows/e2e_custom_cl.yml|67 col 9| shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/e2e_custom_cl.yml|67 col 9| shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
.github/workflows/e2e_custom_cl.yml|114 col 9| shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/e2e_custom_cl.yml|114 col 9| shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]

Filtered Findings (2)

.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]

Annotations

Check failure on line 67 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L67

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

Check failure on line 67 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L67

shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
Raw output
.github/workflows/e2e_custom_cl.yml:67:9: shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]

Check failure on line 114 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L114

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

Check failure on line 114 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L114

shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
Raw output
.github/workflows/e2e_custom_cl.yml:114:9: shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]