ci: optimize workflow for performance and efficiency #1
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (5)
.github/workflows/lib-deps-check.yaml|46 col 9| shellcheck reported issue in this script: SC2076:warning:20:43: Remove quotes from right-hand side of =~ to match as a regex rather than literally [shellcheck]
.github/workflows/lib-deps-check.yaml|46 col 9| shellcheck reported issue in this script: SC2086:info:27:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/update-doc-db.yml|81 col 9| shellcheck reported issue in this script: SC2016:info:11:6: Expressions don't expand in single quotes, use double quotes for that [shellcheck]
.github/workflows/update-doc-db.yml|81 col 9| shellcheck reported issue in this script: SC2129:style:11:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/upgrade-pylib.lock.yml|506 col 9| shellcheck reported issue in this script: SC2129:style:5:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Filtered Findings (0)
Annotations
Check warning on line 46 in .github/workflows/lib-deps-check.yaml
github-actions / actionlint
[actionlint] .github/workflows/lib-deps-check.yaml#L46
shellcheck reported issue in this script: SC2076:warning:20:43: Remove quotes from right-hand side of =~ to match as a regex rather than literally [shellcheck]
Raw output
w:.github/workflows/lib-deps-check.yaml:46:9: shellcheck reported issue in this script: SC2076:warning:20:43: Remove quotes from right-hand side of =~ to match as a regex rather than literally [shellcheck]
Check notice on line 46 in .github/workflows/lib-deps-check.yaml
github-actions / actionlint
[actionlint] .github/workflows/lib-deps-check.yaml#L46
shellcheck reported issue in this script: SC2086:info:27:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
i:.github/workflows/lib-deps-check.yaml:46:9: shellcheck reported issue in this script: SC2086:info:27:28: Double quote to prevent globbing and word splitting [shellcheck]
Check notice on line 81 in .github/workflows/update-doc-db.yml
github-actions / actionlint
[actionlint] .github/workflows/update-doc-db.yml#L81
shellcheck reported issue in this script: SC2016:info:11:6: Expressions don't expand in single quotes, use double quotes for that [shellcheck]
Raw output
i:.github/workflows/update-doc-db.yml:81:9: shellcheck reported issue in this script: SC2016:info:11:6: Expressions don't expand in single quotes, use double quotes for that [shellcheck]
Check failure on line 81 in .github/workflows/update-doc-db.yml
github-actions / actionlint
[actionlint] .github/workflows/update-doc-db.yml#L81
shellcheck reported issue in this script: SC2129:style:11:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
e:.github/workflows/update-doc-db.yml:81:9: shellcheck reported issue in this script: SC2129:style:11:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Check failure on line 506 in .github/workflows/upgrade-pylib.lock.yml
github-actions / actionlint
[actionlint] .github/workflows/upgrade-pylib.lock.yml#L506
shellcheck reported issue in this script: SC2129:style:5:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
e:.github/workflows/upgrade-pylib.lock.yml:506:9: shellcheck reported issue in this script: SC2129:style:5:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]