1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-12 13:19:34 +08:00

build: Validate XML (#71)

此提交包含在:
Kroese
2024-01-22 22:27:54 +01:00
提交者 GitHub
父節點 1b1300ce9e
當前提交 10813716d4
+7 -2
查看文件
@@ -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'