Skip to content

Commit 26fd161

Browse files
committed
Improve biome checks during CI
1 parent 7b4fda3 commit 26fd161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
node-version: 23
6262
cache: pnpm
6363
- run: pnpm install
64-
- run: pnpm run check:ci
64+
- run: pnpm run check:ci --reporter=github --changed --since=${{ github.base_ref }} .
6565
- name: Ensure the directory for test uploads
6666
run: mkdir -p tmp/test_storage
6767
- name: Run the database migrations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "pnpm run migrate && tsx watch --env-file-if-exists=.env --dns-result-order=ipv6first bin/server.ts",
1010
"test": "tsx --env-file-if-exists=.env.test --test",
1111
"check": "tsc && biome check .",
12-
"check:ci": "tsc && biome ci --reporter=github --changed .",
12+
"check:ci": "tsc && biome ci",
1313
"migrate": "drizzle-kit migrate",
1414
"migrate:generate": "drizzle-kit generate",
1515
"rebuild-timelines": "tsx --env-file-if-exists=.env scripts/rebuild-timelines.ts"

0 commit comments

Comments
 (0)