feat: added shellcheck to pre-commit hooks

This commit is contained in:
Tobias Schmidl 2023-10-17 13:36:28 +02:00
parent e813d940db
commit 2a04ad2afe

View file

@ -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
... ...