Skip to content

Commit

Permalink
chore: upgrade setup-bun to v2 (#41)
Browse files Browse the repository at this point in the history
* chore: upgrade setup-bun to v2

* naming

---------

Co-authored-by: Davis SHYAKA <[email protected]>
  • Loading branch information
shyakadavis and shyakadavis authored Jul 12, 2024
1 parent 617ecab commit 86c212e
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,14 @@ jobs:
Check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install bun
uses: oven-sh/setup-bun@v1

- name: Setup bun cache
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-${{ matrix.bun }}-bun-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
${{ runner.os }}-${{ matrix.bun }}-bun-
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: bun install

- name: Check
- name: Format/Lint
run: bun check

- name: Check types
- name: Check TS Types
run: bun check:types

0 comments on commit 86c212e

Please sign in to comment.