Skip to content

Commit

Permalink
fix(ci): bunx is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 6, 2023
1 parent fe2ab47 commit 9de27bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
run: |
bun install
bun add -g nyc
bun add -g oxlint
- name: Linter
run: bunx oxlint .
run: oxlint .

- name: Test w/ Coverage
run: nyc --include=packages bun run test
Expand Down

0 comments on commit 9de27bb

Please sign in to comment.