Skip to content

Commit

Permalink
chore: adds gha
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkabwe committed Dec 1, 2024
1 parent c49e7a7 commit 9ff352c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Setup Node.js 20.x
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install npm dependencies (bun)
run: bun install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Setup Node.js 20.x
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install npm dependencies (bun)
run: bun install
Expand Down

0 comments on commit 9ff352c

Please sign in to comment.