Skip to content

Skip calls to hooks when msg.sender is the hook contract #2014

Skip calls to hooks when msg.sender is the hook contract

Skip calls to hooks when msg.sender is the hook contract #2014

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: Lint
run: forge fmt --check