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 752c135 commit 289cc1cCopy full SHA for 289cc1c
.github/workflows/build_and_deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
deno-version: v2.x
31
- name: Install Dependencies
32
- run: deno install --locked
+ run: deno install --frozen
33
- name: Build
34
run: deno task build
35
- name: Setup Pages
.github/workflows/deno.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
- name: Build Dictionary
20
run: deno task build-dictionary
21
- name: Check formatting
0 commit comments