Skip to content

Commit 5beadaf

Browse files
committed
Update CI workflow and exclude drizzle artifacts from biome
1 parent 7ae7bdc commit 5beadaf

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ permissions:
1313
pull-requests: write
1414
id-token: write
1515

16-
env:
17-
POSTGRES_URL: postgres://postgres:postgres@localhost:5432/postgres
18-
NEXT_TELEMETRY_DISABLED: "1"
19-
2016
jobs:
2117
lint:
2218
uses: listee-dev/listee-ci/.github/workflows/lint.yml@main
2319

2420
typecheck:
2521
uses: listee-dev/listee-ci/.github/workflows/typecheck.yml@main
26-
27-
test:
28-
uses: listee-dev/listee-ci/.github/workflows/test.yml@main

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": true,
10-
"includes": ["**", "!node_modules", "!.next", "!dist", "!build"]
10+
"includes": ["**", "!node_modules", "!.next", "!dist", "!build", "!drizzle/**"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)