Skip to content

Commit

Permalink
ci: improve caching
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Jul 29, 2024
1 parent 97126e0 commit b4c2537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,21 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: clippy, rustfmt
-
run: cargo install cargo-hack --locked
-
uses: taiki-e/install-action@nextest
-
uses: actions/setup-node@v4
with:
node-version: lts/Iron # 20
cache: 'npm'
-
uses: denoland/setup-deno@v1
with:
deno-version: v1.45.x
-
uses: Swatinem/[email protected]
-
run: ./install.sh
-
uses: Swatinem/[email protected]
-
run: lefthook run --force pre-commit
-
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm install --global \

cargo install --git https://github.com/DenisGorbachev/cargo-doc2readme --branch dev
cargo install cargo-machete
cargo install cargo-hack --locked

# Install yj
curl -L https://github.com/sclevine/yj/releases/download/v5.1.0/yj-linux-amd64 -o /tmp/yj
Expand Down

0 comments on commit b4c2537

Please sign in to comment.