Skip to content

style(chat): expand ChatInput on focus #279

style(chat): expand ChatInput on focus

style(chat): expand ChatInput on focus #279

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint