Skip to content

feat: sync latest v4-periphery (#12) #20

feat: sync latest v4-periphery (#12)

feat: sync latest v4-periphery (#12) #20

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run lint
run: forge fmt --check