Skip to content

Commit 925720d

Browse files
ericyangpanclaude
andcommitted
ci: migrate lint workflow from ESLint to Biome
Replace ESLint with Biome linter in CI workflow to align with project's current linting configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9002925 commit 925720d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci
2929

30-
- name: Run ESLint
31-
run: npm run lint
30+
- name: Run Biome check
31+
run: npm run biome:check
3232

3333
type-check:
3434
name: Type Check

0 commit comments

Comments
 (0)