feat: added shellcheck to pre-commit hooks
This commit is contained in:
parent
e813d940db
commit
2a04ad2afe
1 changed files with 4 additions and 0 deletions
|
@ -31,4 +31,8 @@ repos:
|
||||||
rev: v0.37.0
|
rev: v0.37.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
|
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||||
|
rev: v0.9.0
|
||||||
|
hooks:
|
||||||
|
- id: shellcheck
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue