Skip to content

refactor: remove pnpm test script #640

refactor: remove pnpm test script

refactor: remove pnpm test script #640

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