From 10813716d46c845eedea9e56b7120471d6fac790 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 22:27:54 +0100 Subject: [PATCH] build: Validate XML (#71) --- .github/workflows/check.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5002e91..6af67da 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,5 +10,10 @@ jobs: - uses: actions/checkout@v4 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master -env: - SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 + env: + SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 + - name: Validate XML + uses: anyone-developer/anyone-validate-xml@main + with: + file-extension: '.xml' + read-path: 'assets'