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 9c06713 commit 752c135Copy full SHA for 752c135
.github/workflows/deno.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: denoland/setup-deno@v2
15
with:
16
deno-version: v2.x
17
+ - name: Install Dependencies
18
+ run: deno install --locked
19
- name: Build Dictionary
20
run: deno task build-dictionary
21
- name: Check formatting
0 commit comments