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 3333 - uses : denoland/setup-deno@v1
3434 with :
3535 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
3642 - name : Lint check
3743 run : deno lint
3844 - name : Format check
6874 - uses : denoland/setup-deno@v1
6975 with :
7076 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
7183 - uses : thinca/action-setup-vim@v1
7284 id : vim
7385 with :
98110 DENOPS_TEST_VIM_EXECUTABLE : ${{ steps.vim.outputs.executable_path }}
99111 DENOPS_TEST_NVIM_EXECUTABLE : ${{ steps.nvim.outputs.executable_path }}
100112 working-directory : ./repo
113+ timeout-minutes : 3
You can’t perform that action at this time.
0 commit comments