1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

Move JSON validation script to CI folder

This commit is contained in:
Alexander Wilms
2023-10-14 14:22:50 +00:00
parent 802e1bb961
commit 5c0c317691
2 changed files with 1 additions and 1 deletions

View File

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