Skip to content

Commit abdd110

Browse files
committed
Add shellcheck to pre-commit lints
1 parent 3440884 commit abdd110

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ repos:
4444
args: [--config=.github/linters/.markdown-lint.yml]
4545
types: [markdown]
4646
files: \.md$
47+
- repo: https://github.com/shellcheck-py/shellcheck-py
48+
rev: v0.10.0.1
49+
hooks:
50+
- id: shellcheck
4751
- repo: https://github.com/adrienverge/yamllint
4852
rev: v1.37.1
4953
hooks:

0 commit comments

Comments
 (0)