Skip to content

chore: use nitrojs/starter templates branch for now #13

chore: use nitrojs/starter templates branch for now

chore: use nitrojs/starter templates branch for now #13

Workflow file for this run

name: checks
on: { push: {}, pull_request: {} }
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: npm i -fg corepack && corepack enable
- uses: actions/setup-node@v4
with: { node-version: lts/*, cache: "pnpm" }
- run: pnpm install
- run: pnpm run lint
- run: pnpm test