Skip to content

chore: turn Via-IR on #821

chore: turn Via-IR on

chore: turn Via-IR on #821

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