azohra / shell-linter

A Github Action for ShellCheck
https://github.com/marketplace/actions/shell-linter
MIT License
66 stars 13 forks source link

Feature: Check all `*.sh` files recursivelly #15

Closed ruzickap closed 4 years ago

ruzickap commented 4 years ago

Hello.

Is it possible to add some parameter which will allow me to scan recursively all '*.sh' scripts in my repository?

Something like

find . -type f -name "*.sh" | xargs --max-args=1 --verbose shellcheck

Thank you...

ruzickap commented 4 years ago

This is already implemented - sorry - my bad.