Skip to content

Commit

Permalink
build: Validate XML (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 22, 2024
1 parent 1081371 commit ad20e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: anyone-developer/anyone-validate-xml@main
uses: actions/verify-xml-action@v1
with:
file-extension: '.xml'
read-path: 'assets'
path: "assets"
file-endings: ".xml"

0 comments on commit ad20e07

Please sign in to comment.