2
0
Эх сурвалжийг харах

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

Move JSON validation script to CI folder
Ivan Savenko 2 жил өмнө
parent
commit
e052a96637

+ 1 - 1
.github/workflows/github.yml

@@ -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'

+ 0 - 0
.github/validate_json.py → CI/linux-qt6/validate_json.py