Created
November 5, 2024 04:57
-
-
Save kokoye2007/6320c3fda679245937251014caddb221 to your computer and use it in GitHub Desktop.
github actions shellcheck apply
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- repo: https://github.com/shellcheck-py/shellcheck-py | |
rev: v0.7.2.1 | |
# https://github.com/koalaman/shellcheck/issues/2222#issuecomment-840648212 | |
hooks: | |
- id: shellcheck | |
name: Check sh files | |
entry: bash -c 'shellcheck $@ -f diff | patch -p 1' -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment