Skip to content

fix: delete dist before building #19

fix: delete dist before building

fix: delete dist before building #19

Workflow file for this run

name: Check Branch
on: pull_request
jobs:
check-branch:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node -v
- run: sudo corepack enable
- run: pnpm install --no-frozen-lockfile
- run: pnpm check-branch