1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #3054 from Alexander-Wilms/ci-cleanup

Move JSON validation script to CI folder
This commit is contained in:
Ivan Savenko
2023-10-15 12:48:03 +03:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ jobs:
if: ${{ startsWith(matrix.preset, 'linux-clang-test') }}
run: |
pip3 install json5 jstyleson
python3 .github/validate_json.py
python3 CI/linux-qt6/validate_json.py
- name: Dependencies
run: source '${{github.workspace}}/CI/${{matrix.platform}}/before_install.sh'