Skip to content

Commit 364cf3a

Browse files
committed
add bun dep for make lint
1 parent cc1c9c6 commit 364cf3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
go-version: "stable"
3131

32+
- name: Set up Bun
33+
uses: oven-sh/setup-bun@v2
34+
3235
- name: run linters
3336
run: make lint
3437

0 commit comments

Comments
 (0)