feat(hadoop): Add hdfs-utils #566
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (6)
.github/workflows/dev.yaml|64 col 9| shellcheck reported issue in this script: SC2046:warning:10:28: Quote this to prevent word splitting [shellcheck]
.github/workflows/dev.yaml|64 col 9| shellcheck reported issue in this script: SC2002:style:11:20: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
.github/workflows/dev.yaml|64 col 9| shellcheck reported issue in this script: SC2002:style:12:18: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
.github/workflows/release.yml|69 col 9| shellcheck reported issue in this script: SC2046:warning:12:28: Quote this to prevent word splitting [shellcheck]
.github/workflows/release.yml|69 col 9| shellcheck reported issue in this script: SC2002:style:13:20: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
.github/workflows/release.yml|69 col 9| shellcheck reported issue in this script: SC2002:style:14:18: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]