Skip to content

Commit 88d215e

Browse files
committed
add biome to CI
1 parent b362783 commit 88d215e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
- run: pnpm install
3333
- run: pnpm test:coverage
3434
- run: pnpm test:report
35+
- name: Setup Biome
36+
uses: biomejs/setup-biome@v2
37+
with:
38+
version: latest
39+
40+
- name: Run Biome
41+
run: biome ci .
3542
- name: Coveralls
3643
uses: coverallsapp/github-action@master
3744
with:

0 commit comments

Comments
 (0)