Skip to content

feat: initial implementation #30

feat: initial implementation

feat: initial implementation #30

Workflow file for this run

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