Skip to content

Update from https://github.com/attestate/ERC4973/commit/df4a881ceea2f… #127

Update from https://github.com/attestate/ERC4973/commit/df4a881ceea2f…

Update from https://github.com/attestate/ERC4973/commit/df4a881ceea2f… #127

Workflow file for this run

on:
push:
branches: [master]
pull_request:
branches: [master]
name: test
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run lint check
run: forge fmt --check
- name: Run tests
run: forge test -vvv
- name: Run snapshot
run: forge snapshot