build: Validate XML (#72)
This commit is contained in:
parent
10813716d4
commit
ad20e0791b
|
@ -13,7 +13,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
|
SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
|
||||||
- name: Validate XML
|
- name: Validate XML
|
||||||
uses: anyone-developer/anyone-validate-xml@main
|
uses: actions/verify-xml-action@v1
|
||||||
with:
|
with:
|
||||||
file-extension: '.xml'
|
path: "assets"
|
||||||
read-path: 'assets'
|
file-endings: ".xml"
|
||||||
|
|
Loading…
Reference in New Issue