diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..f64cf3e --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,8 @@ +- id: shellcheck + name: shellcheck + description: | + A static analysis tool for shell scripts + https://www.shellcheck.net + entry: koalaman/shellcheck + language: docker_image + types: [shell]