mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Move JSON validation script to CI folder
This commit is contained in:
parent
802e1bb961
commit
5c0c317691
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user