We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893ad76 commit 77cfe85Copy full SHA for 77cfe85
.github/workflows/build.yml
@@ -54,6 +54,10 @@ jobs:
54
run: |
55
python -m pip install --upgrade pip
56
pip install jsonschema
57
+ - name: Install ripgrep for contract greps
58
+ run: |
59
+ sudo apt-get update
60
+ sudo apt-get install -y ripgrep
61
- name: Validate provider traits
62
63
python scripts/ci/validate_provider_traits.py
@@ -125,4 +129,3 @@ jobs:
125
129
- name: Typecheck + build
126
130
working-directory: api/admin_ui
127
131
run: npm run build
128
-
0 commit comments