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 8ff7006 commit 3b37a53Copy full SHA for 3b37a53
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- uses: oven-sh/setup-bun@v1
18
- - run: bun install --frozen-lockfile
+ - run: bun install
19
- run: bun run tsc --noEmit
20
- run: bun run biome check .
21
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -41,6 +41,6 @@ jobs:
41
42
43
44
45
46
0 commit comments