Skip to content

Commit 22422de

Browse files
author
Tobias S. Keller
committed
ci: fix lint
1 parent 127a9c5 commit 22422de

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: npm ci
4040

41-
- name: Run ESLint
41+
- name: Run Lint
4242
run: npm run lint
4343

4444
# Test job to run tests with coverage (requires Docker)

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
"@modelcontextprotocol/sdk": "^1.24.0",
108108
"glob": "^10.4.5"
109109
},
110+
"optionalDependencies": {
111+
"@biomejs/cli-linux-x64": "2.3.8"
112+
},
110113
"devDependencies": {
111114
"@biomejs/biome": "2.3.8",
112115
"@graphql-codegen/cli": "^5.0.0",

0 commit comments

Comments
 (0)