We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36eae45 + 46e9381 commit 2f183b8Copy full SHA for 2f183b8
1 file changed
.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