ludeeus / action-shellcheck

GitHub action for ShellCheck.
MIT License
292 stars 69 forks source link

Add scandir option #28

Closed dadav closed 4 years ago

dadav commented 4 years ago

This implements the suggestion #26. With this it's possible to limit the checking on a certain directory instead of the whole project.

Closes #26

dadav commented 4 years ago

Do you think this https://github.com/dadav/action-shellcheck/blob/master/action.yaml#L20 isn't enough?

ludeeus commented 4 years ago

Nope, that makes it dependant on GitHub not changing things without notice (which has happened in the past)