Skip to content

Commit 77cfe85

Browse files
author
Faxbot Agent
committed
ci(contracts): install ripgrep before running contract greps
1 parent 893ad76 commit 77cfe85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
run: |
5555
python -m pip install --upgrade pip
5656
pip install jsonschema
57+
- name: Install ripgrep for contract greps
58+
run: |
59+
sudo apt-get update
60+
sudo apt-get install -y ripgrep
5761
- name: Validate provider traits
5862
run: |
5963
python scripts/ci/validate_provider_traits.py
@@ -125,4 +129,3 @@ jobs:
125129
- name: Typecheck + build
126130
working-directory: api/admin_ui
127131
run: npm run build
128-

0 commit comments

Comments
 (0)