Skip to content

doc: add deployment replay instructions, with raw tx json #34

doc: add deployment replay instructions, with raw tx json

doc: add deployment replay instructions, with raw tx json #34

Workflow file for this run

name: fmt
on:
push:
pull_request:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: v1.7.1
- name: forge fmt
run: forge fmt --check