We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae3e90 commit 46e9381Copy full SHA for 46e9381
.github/workflows/ci.yml
@@ -16,4 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install jsonschema requests
+ pip install jsonschema requests
20
+ - name: Validate
21
+ run: |
22
+ python validate_probes.py
0 commit comments