Skip to content

feat: initial implementation #15

feat: initial implementation

feat: initial implementation #15

Workflow file for this run

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test
- run: pnpm run debug
name: Test
on:
pull_request: ~
push:
branches:
- main