Skip to content

feat(input-area): send message by enter #22

feat(input-area): send message by enter

feat(input-area): send message by enter #22

Workflow file for this run

name: check
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: latest
registry-url: https://registry.npmjs.org
- run: pnpm install
- run: pnpm build
- run: pnpm lint