1
1
mirror of https://github.com/agateau/pixelwheels.git synced 2025-10-05 17:32:39 +02:00

pre-commit: add XML check

This commit is contained in:
Aurelien Gateau
2023-10-09 08:21:35 +02:00
parent 6396509873
commit 04ee318751
2 changed files with 9 additions and 0 deletions

View File

@@ -59,3 +59,11 @@ repos:
files: \.(po|ttc)$
entry: make font-update
pass_filenames: false
- repo: local
hooks:
- id: xml
name: xml
language: system
entry: xmllint --noout
files: \.(gdxui|tsx|tmx|xml|loc|its)$

View File

@@ -6,6 +6,7 @@ RUN apt-get update \
gettext \
git \
imagemagick \
libxml2-utils \
make \
openjdk-11-jdk \
python3-pip \