Skip to content

Commit

Permalink
fix/test demo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fsegurai committed Dec 2, 2024
1 parent c4b7dd9 commit 4fa6976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
with:
bun-version: ${{ vars.BUN_VERSION }}

- name: Install dependencies
run: bun install

- name: Test Lint (Demo)
run: bun run lint:demo

Expand Down

0 comments on commit 4fa6976

Please sign in to comment.