Skip to content

ci: use stable release of Foundry #840

ci: use stable release of Foundry

ci: use stable release of Foundry #840

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