Skip to content

DRY some of the on-chain operations scripts #1317

DRY some of the on-chain operations scripts

DRY some of the on-chain operations scripts #1317

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-59f354c179f4e7f6d7292acb3d068815c79286d1
- name: Check formatting
run: forge fmt --check