Skip to content

Commit 8a15b11

Browse files
committed
Update files to use format-and-lint
1 parent 78afa46 commit 8a15b11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install
2828
run: pnpm install
2929

30-
- name: Lint
31-
run: pnpm lint
30+
- name: Format and lint
31+
run: pnpm format-and-lint
3232

3333
typecheck:
3434
runs-on: ubuntu-latest

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"dev": "pnpm build --watch",
6161
"prepare": "husky",
6262
"update": "vscode-ext-gen --output src/generated/meta.ts",
63-
"format-and-link": "biome check .",
64-
"format-and-link:fix": "biome check . --write",
63+
"format-and-lint": "biome check .",
64+
"format-and-lint:fix": "biome check . --write",
6565
"vscode:prepublish": "pnpm build",
6666
"publish": "vsce publish --no-dependencies",
6767
"pack": "vsce package --no-dependencies",

0 commit comments

Comments
 (0)