File tree Expand file tree Collapse file tree 5 files changed +2021
-0
lines changed Expand file tree Collapse file tree 5 files changed +2021
-0
lines changed Original file line number Diff line number Diff line change 33
33
- uses : denoland/setup-deno@v1
34
34
with :
35
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
36
42
- name : Lint check
37
43
run : deno lint
38
44
- name : Format check
68
74
- uses : denoland/setup-deno@v1
69
75
with :
70
76
deno-version : " ${{ matrix.version }}"
77
+ - uses : actions/cache@v3
78
+ with :
79
+ key : deno-${{ hashFiles('**/*') }}
80
+ restore-keys : deno-
81
+ path : |
82
+ /home/runner/.cache/deno/deps/https/deno.land
71
83
- uses : thinca/action-setup-vim@v1
72
84
id : vim
73
85
with :
98
110
DENOPS_TEST_VIM_EXECUTABLE : ${{ steps.vim.outputs.executable_path }}
99
111
DENOPS_TEST_NVIM_EXECUTABLE : ${{ steps.nvim.outputs.executable_path }}
100
112
working-directory : ./repo
113
+ timeout-minutes : 3
You can’t perform that action at this time.
0 commit comments