Skip to content

add GHA CD status badge to README #6

add GHA CD status badge to README

add GHA CD status badge to README #6

Workflow file for this run

on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
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