Browse Source

Move JSON validation script to CI folder

Alexander Wilms 2 years ago
parent
commit
5c0c317691
2 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/github.yml
  2. 0 0
      CI/linux-qt6/validate_json.py

+ 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