Fix typo #75
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (10)
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2086:info:1:51: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2086:info:2:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2086:info:3:53: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:2:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2129:style:4:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:4:51: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:5:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:6:53: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:7:40: Double quote to prevent globbing and word splitting [shellcheck]