Skip to content

Commit 144842f

Browse files
committed
biome ci
1 parent 1d6d21d commit 144842f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ jobs:
2222
- name: Install dependencies
2323
run: pnpm install -r --no-frozen-lockfile
2424

25+
- name: Setup Biome
26+
uses: biomejs/setup-biome@v2
27+
with:
28+
token: ${{ github.token }}
29+
2530
- name: Run Biome Check
26-
run: pnpm run check
31+
run: biome ci .
2732

2833
- name: Create test env file
2934
run: |

0 commit comments

Comments
 (0)