Skip to content

ci: fix contract artifact upload #761

ci: fix contract artifact upload

ci: fix contract artifact upload #761

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