Skip to content

Commit 5081240

Browse files
committed
Add Biome lint check to CI pipeline
1 parent 75ec91f commit 5081240

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- name: Install dependencies
3232
run: bun install --frozen-lockfile
3333

34+
- name: Setup Biome CLI
35+
uses: biomejs/setup-biome@v2
36+
37+
- name: Run Biome
38+
run: biome ci
39+
3440
- name: Build binary
3541
run: bun run build
3642

0 commit comments

Comments
 (0)