Skip to content

feat: release 0.1.0-beta.1 #1

feat: release 0.1.0-beta.1

feat: release 0.1.0-beta.1 #1

Workflow file for this run

name: check
on:
push:
pull_request:
jobs:
windows:
runs-on: windows-latest
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