Skip to content

release workflow

release workflow #3

Workflow file for this run

on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: package.json
- run: npm install
- run: npx prettier --check .
- run: npx tsc --noEmit
- run: npx vitest --typecheck
- run: npx jsr publish