diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c5004..0d03ef2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install jsonschema requests \ No newline at end of file + pip install jsonschema requests + - name: Validate + run: | + python validate_probes.py \ No newline at end of file