Skip to content

fix: channel chat autoscrolls to top of message history #3886

fix: channel chat autoscrolls to top of message history

fix: channel chat autoscrolls to top of message history #3886

Workflow file for this run

name: run-typecheck
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
run-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Common Setup
uses: ./.github/actions/common
- run: echo '//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}' >> .npmrc
- run: npm install --legacy-peer-deps
- name: Build project
run: npx tsc