Skip to content

fix chat area height for mobile #18

fix chat area height for mobile

fix chat area height for mobile #18

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install
- name: Check Types
run: bun run check-types
- name: Lint
run: bun run lint