holic / web3-scaffold

Quickly get up and running on web3
148 stars 19 forks source link

create shared "build" job for github actions #36

Open davisshaver opened 2 years ago

davisshaver commented 2 years ago

using the pattern described here we can define a shared build.yml file that is run on workflow_call and includes our various setup steps (cloning, pnpm setup, forge install, caching, etc).