Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

DLL loops to address(0) #68

DLL loops to address(0)

DLL loops to address(0) #68

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