Skip to content

refactor(settings-chat): improve structure #19

refactor(settings-chat): improve structure

refactor(settings-chat): improve structure #19

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