action-shellcheck
action-shellcheck copied to clipboard
sh file paths with spaces are not handled
Testing running this in a repo with the following path:
/src/content/space space/super-bad.sh
Results in the following:
src/content/space: src/content/space: openBinaryFile: does not exist (No such file or directory)
space/super-bad.sh: space/super-bad.sh: openBinaryFile: does not exist (No such file or directory)
It appears spaces are not handled.
Action run log: https://github.com/folderol4/shellcheck-test/actions/runs/3236420628/jobs/5302204371