diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..71c4c38ea44fcf0005a9106b2b796e580491ab23 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,10 @@ +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v3.4.0 + hooks: + - id: check-yaml + args: [--allow-multiple-documents] +- repo: https://github.com/gruntwork-io/pre-commit + rev: v0.1.12 + hooks: + - id: helmlint