build: Validate XML (#74)

This commit is contained in:
Kroese 2024-01-22 23:15:48 +01:00 committed by GitHub
parent ad20e0791b
commit bba94fe736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
env:
SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
- name: Validate XML
uses: actions/verify-xml-action@v1
uses: action-pack/valid-xml@v1
with:
path: "assets"
file-endings: ".xml"