Skip to content

feat(completions): add dynamic zsh generator and export program #65

feat(completions): add dynamic zsh generator and export program

feat(completions): add dynamic zsh generator and export program #65

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: 22
- run: corepack enable
- name: Install dependencies
run: yarn install
- name: Typecheck
run: yarn typecheck
- name: Run tests
run: yarn test:run
- name: Build
run: yarn build
- name: Smoke test (Node ESM)
run: yarn node dist/index.js --help