Integrate Etherform to saving-circles repo #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Foundry CI & Deploy | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| foundry-cicd: | |
| uses: BreadchainCoop/etherform/.github/workflows/_foundry-cicd.yml@main | |
| with: | |
| # --- CI options --- | |
| check-formatting: true | |
| test-verbosity: 'vvv' | |
| # Deploy to testnet on PRs | |
| deploy-on-pr: true | |
| # Start with false for mainnet until we're ready | |
| deploy-on-main: false | |
| secrets: inherit |