workflow/tools - trivial cleanup (#9274)

* workflow - trivial cleanup

* Add Validate headers to vscode tasks
This commit is contained in:
PabstMirror 2023-07-20 16:15:21 -05:00 committed by GitHub
parent aead9a8eb4
commit efe1ecd4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -64,7 +64,6 @@ jobs:
run: |
subst P: .
pboproject -P
xcopy /e /h /q z\ace\tools\pDummies\A3\ui_f_enoch a3\ui_f_enoch\
xcopy /e /h /q z\ace\tools\pDummies\gm gm\
xcopy /e /h /q z\ace\tools\pDummies\vn vn\
- name: Build

View File

@ -49,6 +49,18 @@
},
"args": [
"sqfvmChecker.py"
],
"problemMatcher": []
},
{
"label": "Validate headers",
"command": "${config:python.pythonPath}",
"options": {
"cwd": "${workspaceFolder}/docs/tools"
},
"args": [
"document_functions.py",
"--debug"
]
},
{
@ -57,13 +69,14 @@
"Validate SQF",
"Validate Config",
"Validate Stringtables",
"Validate headers",
"Check Strings",
"SQFVM Checker"
],
"group": {
"kind": "test",
"isDefault": true
},
}
},
{
"label": "Build: make.py (pboProject)",