Skip to content

Remove backend part #47

Remove backend part

Remove backend part #47

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-install
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test
- name: Build
run: pnpm build