Skip to content

style imports so that etherscan can verify the contracts #179

style imports so that etherscan can verify the contracts

style imports so that etherscan can verify the contracts #179

Workflow file for this run

on: [push]
name: "Foundry CI"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test -vvv
- name: Run snapshot
run: forge snapshot