Skip to content

Commit

Permalink
fix(ci): install bun
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 2, 2024
1 parent 2296583 commit 37254d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: "20.10.0"

- name: Install bun
run: npm i -g bun

- name: Install cspell
run: bun add cspell

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Typecheck
name: Type Check

on:
pull_request:
Expand All @@ -9,10 +9,10 @@ on:

jobs:
typecheck:
name: Typecheck
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install bun
run: npm i -g bun
- name: Install dependencies
Expand Down

0 comments on commit 37254d0

Please sign in to comment.