Skip to content

(Test) Testing gh action migration for shellcheck #1226

(Test) Testing gh action migration for shellcheck

(Test) Testing gh action migration for shellcheck #1226

GitHub Actions / shellcheck failed Oct 8, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (1)

test_script.sh|18 col 5| Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.

Filtered Findings (0)

Annotations

Check notice on line 18 in test_script.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] test_script.sh#L18 <ShellCheck.SC2002>

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
Raw output
./test_script.sh:18:5: info: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. (ShellCheck.SC2002)