We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da686d commit 35b1746Copy full SHA for 35b1746
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v5
18
19
- - name: Set up Repository
+ - name: Set up repository
20
uses: ./.github/actions/fn-setup
21
with:
22
cache-version: ${{ env.CACHE_VERSION }}
@@ -31,7 +31,7 @@ jobs:
31
32
33
# Now the Deno cache should be warmed up, so this should be much faster
34
35
36
37
0 commit comments