summaryrefslogtreecommitdiffstats
path: root/hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hooks.yaml')
-rw-r--r--hooks.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/hooks.yaml b/hooks.yaml
new file mode 100644
index 0000000..e9131c8
--- /dev/null
+++ b/hooks.yaml
@@ -0,0 +1,11 @@
+---
+
+# For use with pre-commit.
+# See usage instructions at http://pre-commit.com
+
+- id: ansible-lint
+ name: Ansible-lint
+ description: This hook runs ansible-lint.
+ entry: ansible-lint
+ language: python
+ files: \.(yaml|yml)$