Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBerger committed Jan 29, 2024
1 parent 610a37f commit 983a712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: 📥 Download deps
uses: bun install
run: bun install

- name: 🔬 Lint
run: bun run lint
Expand All @@ -48,7 +48,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: 📥 Download deps
uses: bun install
run: bun install

- name: 🔎 Type check
run: bun run typecheck --if-present
Expand All @@ -69,7 +69,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: 📥 Download deps
uses: bun install
run: bun install

- name: 🏄 Copy test env vars
run: cp .env.example .env
Expand Down

0 comments on commit 983a712

Please sign in to comment.