Skip to content

Commit 22205c8

Browse files
committed
Add cicd
1 parent 637fb1c commit 22205c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- uses: oven-sh/setup-bun@v2
2626
with:
2727
bun-version: latest
28+
- name: Install dependencies
29+
run: bun install
30+
- name: Lint
31+
run: bun run lint
2832
- name: Test
2933
run: bun test
3034
- name: Upload to codecov.io

0 commit comments

Comments
 (0)