Skip to content

chore: bump to 0.1

chore: bump to 0.1 #16

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'pnpm'
- name: Install packages
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm test