We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131fcb1 commit c44740dCopy full SHA for c44740d
1 file changed
.github/workflows/presubmit-tests.yml
@@ -34,4 +34,6 @@ jobs:
34
chmod +x toolbox
35
36
- name: Install Extension
37
- run: yes | npx gemini extensions install .
+ run: npx gemini extensions validate .
38
+ env:
39
+ GEMINI_API_KEY: "placeholder"
0 commit comments