diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..3c42bae --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +# See https://pre-commit.com for more information +- id: shellcheck + name: shellcheck shell scripts + description: Validate shell scripts with shellcheck running with system shellcheck command + language: system + entry: shellcheck + types: [shell]