reviewdog / action-shellcheck

Run shellcheck with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
101 stars 20 forks source link

Be more strict about matching shebangs in files #35

Closed grische closed 2 years ago

grische commented 2 years ago

Require a valid shebang in the first line of a file to be validated by shellcheck.

This allows embedding shell snippets in e.g. markdown files.