Skip to content

refactor: integrate env and cache tasks #509

refactor: integrate env and cache tasks

refactor: integrate env and cache tasks #509

Workflow file for this run

name: Rust CI
on:
push:
branches: [main]
pull_request:
jobs:
rust-base:
uses: init4tech/actions/.github/workflows/rust-base.yml@main
with:
requires-private-deps: true
install-foundry: true
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}