Skip to content

Commit d0bd9ce

Browse files
committed
chore: update CI to run lint and type-check, deploy only runs after CI passes on main
1 parent 606f70b commit d0bd9ce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@ jobs:
2222
- name: 📦 Install dependencies
2323
run: bun install
2424

25+
- name: 🔍 Run ESLint
26+
run: bun run lint
27+
28+
- name: 🔍 Run TypeScript check
29+
run: bun run type-check
30+
2531
- name: 🛠️ Build project
2632
run: bun run build

0 commit comments

Comments
 (0)