We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f21c49 commit 77add76Copy full SHA for 77add76
3 files changed
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
- uses: actions/cache@v5
41
with:
42
path: ${{ env.ACTION_CACHE_PATH }}
43
+ key: ${{ runner.os }}
44
- run: bun install
45
- run: bun run build
46
- run: bun run test
.github/workflows/docs.yml
@@ -26,6 +26,7 @@ jobs:
26
27
28
29
30
- uses: withastro/action@v6
31
32
path: ./docs/
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
47
48
49
0 commit comments