Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Apr 23, 2024
1 parent 7ae3e90 commit 46e9381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jsonschema requests
pip install jsonschema requests
- name: Validate
run: |
python validate_probes.py

0 comments on commit 46e9381

Please sign in to comment.