Skip to content

Commit 64e65dd

Browse files
committed
feat(ci): add biome test action
1 parent d5b6ee1 commit 64e65dd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lint and Format
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
quality:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Setup Biome
14+
uses: biomejs/setup-biome@v2
15+
with:
16+
version: latest
17+
- name: Run Biome
18+
run: biome ci .

0 commit comments

Comments
 (0)