Skip to content

Commit ccf70fb

Browse files
committed
switch from pnpm to bun
1 parent d6c79d5 commit ccf70fb

4 files changed

Lines changed: 351 additions & 1417 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ jobs:
2727

2828
- run: uv run ruff check --output-format=github
2929

30-
- uses: pnpm/action-setup@v3
31-
with:
32-
version: '*'
30+
- uses: oven-sh/setup-bun@v2
3331

34-
- uses: actions/setup-node@v4
35-
with:
36-
node-version: 18
37-
cache: pnpm
32+
- run: bun install --frozen-lockfile
3833

39-
- run: pnpm install --frozen-lockfile
34+
- run: bun run tsc
4035

41-
- name: eslint
42-
run: pnpm exec eslint .
36+
- run: bun x eslint .

0 commit comments

Comments
 (0)