We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfe00f commit 43fba3bCopy full SHA for 43fba3b
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