Skip to content

ci(hardhat): add hardhat cache #7

ci(hardhat): add hardhat cache

ci(hardhat): add hardhat cache #7

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit