Skip to content

feat: move agent dropdown to bottom left corner #113

feat: move agent dropdown to bottom left corner

feat: move agent dropdown to bottom left corner #113

Workflow file for this run

name: Test PR
on: [pull_request, workflow_dispatch]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm add -g pnpm
- run: pnpm install
- run: pnpm test
- run: pnpm build