We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff828 commit bb9e0e3Copy full SHA for bb9e0e3
.github/workflows/pr_check.yml
@@ -11,9 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: oven-sh/setup-bun@v1
15
- - run: bun install
16
- - run: bun lint
+ - uses: biomejs/setup-biome@v2
+ - run: biome ci
17
18
test:
19
name: Run tests
.github/workflows/release.yml
@@ -27,9 +27,8 @@ jobs:
27
28
29
30
31
32
33
34
typecheck:
35
name: TypeScript
0 commit comments