diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3573f7e..9a174e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,11 @@ jobs: python -m pip install -r requirements.txt PYTHONPATH=$PWD/src CONFIG_PATH=$PWD/qwc-docker/volumes/config/ python3 test.py + - name: Validate schema + run: | + python -m pip install check-jsonschema + check-jsonschema --check-metaschema schemas/qwc-search-service.json + build: needs: test runs-on: ubuntu-latest