try forge github action to run anvil #1
Workflow file for this run
This file contains 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: Verify deployed contracts' bytecode | |
on: | |
pull_request: | |
branches: [master, develop, "feat/ci-scratcy-deploy"] | |
jobs: | |
assert-bytecode: | |
name: Assert deployed contracts bytecode | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Froundy | |
uses: foundry-rs/foundry-toolchain@v1 | |
- name: Start anvil | |
run: anvil |