Skip to content

Commit de12f85

Browse files
fix(ci): use format:check and build instead of broken next lint
Made-with: Cursor
1 parent 1a197e7 commit de12f85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- run: bun install --frozen-lockfile
1717

18-
- name: Lint
19-
run: bun run lint
18+
- name: Format check
19+
run: bun run format:check
2020

21-
- name: Type check
21+
- name: Build
2222
run: bun run build

0 commit comments

Comments
 (0)