Skip to content

Commit

Permalink
build: add bun dependencies on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidapaulopt committed Dec 20, 2024
1 parent 823ac1e commit 8c69d1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install bun dependencies
run: bun i

- name: Install dependencies
run: go install github.com/a-h/templ/cmd/templ@latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install bun dependencies
run: bun i
- uses: sigstore/[email protected]

- name: dockerhub-login
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install bun dependencies
run: bun i
- uses: sigstore/[email protected]
- name: dockerhub-login
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 8c69d1b

Please sign in to comment.