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 3ebe2f5 commit 374eddfCopy full SHA for 374eddf
.github/workflows/test.yml
@@ -33,6 +33,12 @@ jobs:
33
- uses: denoland/setup-deno@v1
34
with:
35
deno-version: "${{ matrix.version }}"
36
+ - uses: actions/cache@v3
37
+ with:
38
+ key: deno-${{ hashFiles('**/*') }}
39
+ restore-keys: deno-
40
+ path: |
41
+ /home/runner/.cache/deno/deps/https/deno.land
42
- name: Lint check
43
run: deno lint
44
- name: Format check
@@ -68,6 +74,12 @@ jobs:
68
74
69
75
70
76
77
78
79
80
81
82
71
83
- uses: thinca/action-setup-vim@v1
72
84
id: vim
73
85
0 commit comments