diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 18:50:30 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 18:50:30 +0100 |
commit | 195a2e7c492560ab3945eb3cc41c75a0c884fb1d (patch) | |
tree | 8d6fc67fcf0ef372d4b47f03aec0e0dd9bb3413d /.pre-commit-config.yaml | |
parent | 441466579b658a17d82c8c7d7537fc083145c53a (diff) |
feat: add shellcheck to pre commit hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07d3687..2804827 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,3 +23,7 @@ repos: - id: conventional-pre-commit stages: [commit-msg] args: [] +- repo: https://github.com/koalaman/shellcheck-precommit + rev: v0.8.0 + hooks: + - id: shellcheck |