From 46e9381a89500c995fe98e66ef5c13ab952ced6f Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 23 Apr 2024 08:34:27 -0400 Subject: [PATCH] add CI --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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