mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
chore(pre-commit): check shell files using shellcheck
This commit is contained in:
parent
3f26ea7cd4
commit
c50c081069
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ repos:
|
|||
hooks:
|
||||
- id: rubocop
|
||||
exclude: ^Gemfile\.lock$
|
||||
- id: shellcheck
|
||||
name: Check shell scripts with shellcheck
|
||||
exclude_types: [zsh]
|
||||
args: []
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.23.0
|
||||
hooks:
|
||||
|
|
Loading…
Add table
Reference in a new issue