mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
build: Validate XML (#71)
This commit is contained in:
parent
1b1300ce9e
commit
10813716d4
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@ -12,3 +12,8 @@ jobs:
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user