GitHub Actions / actionlint
failed
Jan 27, 2025 in 1s
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (1)
.github/workflows/_check-codestyle-rust.yml|88 col 9| shellcheck reported issue in this script: SC2044:warning:1:10: For loops over find output are fragile. Use find -exec or a while read loop [shellcheck]
Filtered Findings (0)
Annotations
Check warning on line 88 in .github/workflows/_check-codestyle-rust.yml
github-actions / actionlint
[actionlint] .github/workflows/_check-codestyle-rust.yml#L88
shellcheck reported issue in this script: SC2044:warning:1:10: For loops over find output are fragile. Use find -exec or a while read loop [shellcheck]
Raw output
w:.github/workflows/_check-codestyle-rust.yml:88:9: shellcheck reported issue in this script: SC2044:warning:1:10: For loops over find output are fragile. Use find -exec or a while read loop [shellcheck]
Loading