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 ead7adc commit d64e907Copy full SHA for d64e907
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Whitespace check
33
run: git diff --check
34
35
+ - name: Install gate dependencies
36
+ run: brew install ripgrep
37
+
38
- name: CI gates
39
run: ./scripts/ci.sh
40
0 commit comments