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

[TT-1842] [TT-1608] Parrot Server #1595

Merged
merged 33 commits into from
Jan 24, 2025

Merge branch 'main' of github.com:smartcontractkit/chainlink-testing-…

47685ce
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[TT-1842] [TT-1608] Parrot Server #1595

Merge branch 'main' of github.com:smartcontractkit/chainlink-testing-…
47685ce
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Jan 23, 2025 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (9)

.github/workflows/release-go-module.yml|43 col 9| shellcheck reported issue in this script: SC2046:warning:2:79: Quote this to prevent word splitting [shellcheck]
.github/workflows/release-go-module.yml|43 col 9| shellcheck reported issue in this script: SC2129:style:23:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|79 col 9| shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|79 col 9| shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|93 col 9| shellcheck reported issue in this script: SC2129:style:7:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|93 col 9| shellcheck reported issue in this script: SC2086:info:13:14: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|93 col 9| shellcheck reported issue in this script: SC2129:style:14:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|130 col 9| shellcheck reported issue in this script: SC2086:info:2:29: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|130 col 9| shellcheck reported issue in this script: SC2086:info:4:49: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check failure on line 43 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L43

shellcheck reported issue in this script: SC2046:warning:2:79: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:43:9: shellcheck reported issue in this script: SC2046:warning:2:79: Quote this to prevent word splitting [shellcheck]

Check failure on line 43 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L43

shellcheck reported issue in this script: SC2129:style:23:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:43:9: shellcheck reported issue in this script: SC2129:style:23:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check failure on line 79 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L79

shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:79:9: shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 79 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L79

shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:79:9: shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2129:style:7:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2129:style:7:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2086:info:13:14: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2086:info:13:14: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2129:style:14:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2129:style:14:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check failure on line 130 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L130

shellcheck reported issue in this script: SC2086:info:2:29: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:130:9: shellcheck reported issue in this script: SC2086:info:2:29: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 130 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L130

shellcheck reported issue in this script: SC2086:info:4:49: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:130:9: shellcheck reported issue in this script: SC2086:info:4:49: Double quote to prevent globbing and word splitting [shellcheck]