Skip to content

DLL loops to address(0) #58

DLL loops to address(0)

DLL loops to address(0) #58

Workflow file for this run

name: Forge format
on:
push:
branches:
- main
pull_request:
jobs:
forge-fmt:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Check formatting
run: forge fmt --check