Skip to content

Commit a7a55b7

Browse files
committed
chore: wip
1 parent 892112b commit a7a55b7

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,16 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29-
- name: Checkout Code
29+
- name: Checkout
3030
uses: actions/checkout@v4
3131

32-
- name: Setup Bun
33-
uses: oven-sh/setup-bun@v1
34-
35-
- name: Use cached node_modules
36-
uses: actions/cache@v4
32+
- name: Setup Biome
33+
uses: biomejs/setup-biome@v2
3734
with:
38-
path: node_modules
39-
key: node-modules-${{ hashFiles('**/bun.lockb') }}
40-
restore-keys: |
41-
node-modules-
42-
43-
- name: Install Dependencies
44-
run: bun install
35+
version: 1.7.1 # should be latest but currently fails
4536

4637
- name: Lint
47-
run: bun buddy lint
38+
run: biome ci .
4839

4940
typecheck:
5041
runs-on: ${{ matrix.os }}

bun.lockb

-48 Bytes
Binary file not shown.

storage/framework/core/lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"prepublishOnly": "bun run build"
4444
},
4545
"peerDependencies": {
46-
"@biomejs/biome": "1.7.2",
46+
"@biomejs/biome": "1.7.1",
4747
"@commitlint/cli": "^19.3.0",
4848
"lint-staged": "^15.2.2",
4949
"publint": "^0.2.7"
5050
},
5151
"dependencies": {
52-
"@biomejs/biome": "1.7.2",
52+
"@biomejs/biome": "1.7.1",
5353
"@commitlint/cli": "^19.3.0",
5454
"lint-staged": "^15.2.2",
5555
"publint": "^0.2.7"

0 commit comments

Comments
 (0)