Skip to content

Commit 2f183b8

Browse files
authored
Merge pull request #6 from bendichter/ci2
add CI
2 parents 36eae45 + 46e9381 commit 2f183b8

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)