Skip to content

Commit 2eebe9f

Browse files
committed
chore(ci): only check lint in lib
1 parent bb9e0e3 commit 2eebe9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: biomejs/setup-biome@v2
15-
- run: biome ci
15+
- run: biome ci lib
1616

1717
test:
1818
name: Run tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: biomejs/setup-biome@v2
31-
- run: biome ci
31+
- run: biome ci lib
3232

3333
typecheck:
3434
name: TypeScript

0 commit comments

Comments
 (0)