Skip to content

Update UI library to use Preact #1017

Update UI library to use Preact

Update UI library to use Preact #1017

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
- '!main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
name: Checks ๐Ÿ“
uses: ./.github/workflows/checks.yml
build:
name: Build ๐Ÿ—
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/prepare
- run: pnpm exec prisma generate
- uses: ./.github/workflows/actions/type-check-with-cache
- run: pnpm run build