Skip to content

Commit bcd84e1

Browse files
committed
Update linters
1 parent af6e150 commit bcd84e1

File tree

2 files changed

+24
-42
lines changed

2 files changed

+24
-42
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "run-gemini-cli",
3+
"version": "0.1.0",
4+
"description": "This works with our versioning tools, this is NOT an NPM repo",
5+
"scripts": {
6+
"build": "echo \"No build required for composite action\"",
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"engines": {
10+
"node": "20.x",
11+
"npm": "10.x"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/google-github-actions/run-vertexai-notebook.git"
16+
},
17+
"keywords": [],
18+
"author": "",
19+
"license": "Apache-2.0",
20+
"bugs": {
21+
"url": "https://github.com/google-github-actions/run-vertexai-notebook/issues"
22+
},
23+
"homepage": "https://github.com/google-github-actions/run-vertexai-notebook#readme"
24+
}

0 commit comments

Comments
 (0)