We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9395830 commit 3a443b8Copy full SHA for 3a443b8
.github/workflows/dev_pr.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: extensions/vscode install
48
run: |
49
- cd
+ cd extensions/vscode
50
npm ci
51
env:
52
# https://github.com/microsoft/vscode-ripgrep/issues/9#issuecomment-643965333
@@ -68,10 +68,12 @@ jobs:
68
69
npx tsc --noEmit
70
npm run lint
71
+ env:
72
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
73
74
- name: gui install
75
76
+ cd gui
77
78
79
- name: gui checks
@@ -81,7 +83,7 @@ jobs:
81
83
82
84
- name: binary install
85
86
+ cd binary
87
88
89
- name: binary checks
0 commit comments