Skip to content

release: v0.14.0 (#271) #279

release: v0.14.0 (#271)

release: v0.14.0 (#271) #279

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Build
run: pnpm run build