action-shellcheck icon indicating copy to clipboard operation
action-shellcheck copied to clipboard

sh file paths with spaces are not handled

Open folderol4 opened this issue 3 years ago • 0 comments

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

folderol4 avatar Oct 12 '22 17:10 folderol4