Skip to content

Commit

Permalink
🤏 Try to fix CI (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Aug 18, 2024
1 parent 93e26c1 commit 80ab59e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3,769 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
steps:

- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run check:ci
- run: bun run type-check
- run: bun test
- uses: actions/setup-node@v4
- run: npm clean-install
- run: npm install @biomejs/biome
- run: npm install rollup
- run: npm run check:ci
- run: npm run type-check
- run: npm test
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit 80ab59e

Please sign in to comment.