Skip to content

Add CR frontend UI to community page #3

Add CR frontend UI to community page

Add CR frontend UI to community page #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- name: Lint
run: pnpm lint
- name: Type Check
run: pnpm check-types
- name: Build
run: pnpm build