We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1c9c6 commit 364cf3aCopy full SHA for 364cf3a
1 file changed
.github/workflows/go-test.yml
@@ -29,6 +29,9 @@ jobs:
29
with:
30
go-version: "stable"
31
32
+ - name: Set up Bun
33
+ uses: oven-sh/setup-bun@v2
34
+
35
- name: run linters
36
run: make lint
37
0 commit comments