Skip to content

release: Update package.json version to 0.0.6 #14

release: Update package.json version to 0.0.6

release: Update package.json version to 0.0.6 #14

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: pnpm install, build, and test
run: |
pnpm install
pnpm test
pnpm run build