Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b528bc5

Browse files
committed
fixup! chore: use Deno from all ci scripts
1 parent ca28a52 commit b528bc5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
fmt:
66
runs-on: ubuntu-latest
77
steps:
8-
- run: sudo apt-get update && sudo apt-get install deno
8+
- uses: denolib/setup-deno@v2
9+
with:
10+
deno-version: v1.x
911
- uses: actions/checkout@v1
1012
- uses: actions/cache@v1
1113
with:
@@ -20,7 +22,9 @@ jobs:
2022
lint:
2123
runs-on: ubuntu-latest
2224
steps:
23-
- run: sudo apt-get update && sudo apt-get install deno
25+
- uses: denolib/setup-deno@v2
26+
with:
27+
deno-version: v1.x
2428
- uses: actions/checkout@v2
2529
- name: golangci-lint
2630
uses: golangci/golangci-lint-action@v2
@@ -30,7 +34,9 @@ jobs:
3034
test:
3135
runs-on: ubuntu-latest
3236
steps:
33-
- run: sudo apt-get update && sudo apt-get install deno
37+
- uses: denolib/setup-deno@v2
38+
with:
39+
deno-version: v1.x
3440
- uses: actions/checkout@v1
3541
- uses: actions/cache@v1
3642
with:
@@ -45,7 +51,9 @@ jobs:
4551
gendocs:
4652
runs-on: ubuntu-latest
4753
steps:
48-
- run: sudo apt-get update && sudo apt-get install deno
54+
- uses: denolib/setup-deno@v2
55+
with:
56+
deno-version: v1.x
4957
- uses: actions/checkout@v1
5058
- uses: actions/cache@v1
5159
with:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy