Skip to content

chore: keep maintainer handoff local #16

chore: keep maintainer handoff local

chore: keep maintainer handoff local #16

Workflow file for this run

name: check
on:
push:
pull_request:
permissions:
contents: read
jobs:
windows:
runs-on: windows-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.12
cache: npm
- run: npm ci
- run: npm run check
- run: npm run smoke