Skip to content

fix(tui): add documents browse screen and improve docs list output #16

fix(tui): add documents browse screen and improve docs list output

fix(tui): add documents browse screen and improve docs list output #16

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Verify
run: pnpm verify