Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
ci: cache deps (#186)
Browse files Browse the repository at this point in the history
* feat: upgrade to websocket in req

* ci: cache deno files

* chore: bump cache action version

chore: removed accidental changes

---------

Co-authored-by: Samuel Kopp <62482066+boywithkeyboard@users.noreply.github.com>
  • Loading branch information
ivy and boywithkeyboard committed Aug 20, 2023
1 parent 359d272 commit 09cd49a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: |
~/.cache/deno
~/.deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/*') }}
restore-keys: |
${{ runner.os }}-deno-
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
Expand Down

0 comments on commit 09cd49a

Please sign in to comment.