Skip to content

Remove 1000-char chat input limit and allow expanding textarea (fixes #2399) #67

Remove 1000-char chat input limit and allow expanding textarea (fixes #2399)

Remove 1000-char chat input limit and allow expanding textarea (fixes #2399) #67

Workflow file for this run

name: Frontend linting
on:
push:
branches: [ main ]
paths:
- "app/frontend/**"
pull_request:
branches: [ main ]
paths:
- "app/frontend/**"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run prettier on frontend
run: |
cd ./app/frontend
npm install
npx prettier --check .