Skip to content

Replace buildjet

Replace buildjet #20

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-install
- run: pnpm format:check
- run: pnpm lint
- run: pnpm build
- run: pnpm test