feat: xml pre-commit check

This commit is contained in:
Michele Cereda
2023-06-04 23:49:31 +02:00
parent d03bf886b4
commit 8523495fbd

View File

@@ -13,6 +13,7 @@ repos:
- id: check-json - id: check-json
- id: check-yaml - id: check-yaml
args: [--allow-multiple-documents] args: [--allow-multiple-documents]
- id: check-xml
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/markdownlint/markdownlint - repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0 rev: v0.12.0