Skip to content

feat: add getDeploymentBlockNumber function to IInputBox #824

feat: add getDeploymentBlockNumber function to IInputBox

feat: add getDeploymentBlockNumber function to IInputBox #824

name: Check code format
on: [push]
jobs:
check-code-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
foundry-version: nightly
- name: Check code format
run: pnpm fmt:check