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 47a84fe commit 0e2b226Copy full SHA for 0e2b226
.github/workflows/ci.yml
@@ -9,13 +9,12 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: denoland/setup-deno@v1
11
with:
12
- deno-version: "1.18.2"
+ deno-version: "1.28.1"
13
- name: Check fmt
14
run: deno fmt --check
15
- name: Run lint
16
run: deno lint
17
- name: Run type check
18
- run: deno cache ./**/*.ts
+ run: deno check --remote ./**/*.ts
19
- name: Run test
20
run: deno test
21
-
.github/workflows/udd.yml
@@ -12,7 +12,7 @@ jobs:
- deno-version: 1.18.2
- name: Update dependencies
run: >
deno run --allow-net --allow-read --allow-write=deps/
0 commit comments