Skip to content

ci: add github actions files for release and lint/build checks #1

ci: add github actions files for release and lint/build checks

ci: add github actions files for release and lint/build checks #1

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: glzr-io/actions/setup-pnpm@main
with:
checkout: true
node-version: 20
- run: pnpm build