Skip to content

ci: add check-all github action #1

ci: add check-all github action

ci: add check-all github action #1

Workflow file for this run

name: Check
on:
workflow_dispatch:
push:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm check-all