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 bb9e0e3 commit 2eebe9fCopy full SHA for 2eebe9f
.github/workflows/pr_check.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: biomejs/setup-biome@v2
15
- - run: biome ci
+ - run: biome ci lib
16
17
test:
18
name: Run tests
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
typecheck:
34
name: TypeScript
0 commit comments