We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c79d5 commit ccf70fbCopy full SHA for ccf70fb
4 files changed
.github/workflows/ci.yaml
@@ -27,16 +27,10 @@ jobs:
27
28
- run: uv run ruff check --output-format=github
29
30
- - uses: pnpm/action-setup@v3
31
- with:
32
- version: '*'
+ - uses: oven-sh/setup-bun@v2
33
34
- - uses: actions/setup-node@v4
35
36
- node-version: 18
37
- cache: pnpm
+ - run: bun install --frozen-lockfile
38
39
- - run: pnpm install --frozen-lockfile
+ - run: bun run tsc
40
41
- - name: eslint
42
- run: pnpm exec eslint .
+ - run: bun x eslint .
0 commit comments