Fix artifact name #2812
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (10)
.github/workflows/generate-go-docs.yaml|114 col 9| shellcheck reported issue in this script: SC2002:style:4:5: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
.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 114 in .github/workflows/generate-go-docs.yaml
github-actions / actionlint
[actionlint] .github/workflows/generate-go-docs.yaml#L114
shellcheck reported issue in this script: SC2002:style:4:5: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
Raw output
.github/workflows/generate-go-docs.yaml:114:9: shellcheck reported issue in this script: SC2002:style:4:5: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
Check failure on line 43 in .github/workflows/release-go-module.yml
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
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
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
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
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
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
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
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
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]