From 8523495fbdc4aeb0cf02036bce733df78d220c12 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 4 Jun 2023 23:49:31 +0200 Subject: [PATCH] feat: xml pre-commit check --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb96165..8b04a3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: - id: check-json - id: check-yaml args: [--allow-multiple-documents] + - id: check-xml - id: check-added-large-files - repo: https://github.com/markdownlint/markdownlint rev: v0.12.0