Skip to content

Removing 'use client' from components - this gets stripped and causes… #498

Removing 'use client' from components - this gets stripped and causes…

Removing 'use client' from components - this gets stripped and causes… #498

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Typecheck
run: pnpm typecheck
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build
- name: Test
run: pnpm test