mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
build: Validate XML (#74)
This commit is contained in:
parent
ad20e0791b
commit
bba94fe736
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -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: actions/verify-xml-action@v1
|
uses: action-pack/valid-xml@v1
|
||||||
with:
|
with:
|
||||||
path: "assets"
|
path: "assets"
|
||||||
file-endings: ".xml"
|
file-endings: ".xml"
|
||||||
|
Loading…
Reference in New Issue
Block a user