Skip to content

Commit 46e9381

Browse files
committed
add CI
1 parent 7ae3e90 commit 46e9381

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install jsonschema requests
19+
pip install jsonschema requests
20+
- name: Validate
21+
run: |
22+
python validate_probes.py

0 commit comments

Comments
 (0)