Skip to content

Merge pull request #3 from Simpidbit/main #31

Merge pull request #3 from Simpidbit/main

Merge pull request #3 from Simpidbit/main #31

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm pack --dry-run