Skip to content

docs: add 0.1.0 changelog (#2) #7

docs: add 0.1.0 changelog (#2)

docs: add 0.1.0 changelog (#2) #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.19.0
cache: npm
- run: npm ci --ignore-scripts
- run: npm run check
- run: npm run test
- run: npm run pack:check