We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3440884 commit abdd110Copy full SHA for abdd110
1 file changed
.pre-commit-config.yaml
@@ -44,6 +44,10 @@ repos:
44
args: [--config=.github/linters/.markdown-lint.yml]
45
types: [markdown]
46
files: \.md$
47
+ - repo: https://github.com/shellcheck-py/shellcheck-py
48
+ rev: v0.10.0.1
49
+ hooks:
50
+ - id: shellcheck
51
- repo: https://github.com/adrienverge/yamllint
52
rev: v1.37.1
53
hooks:
0 commit comments