chore: add cli package (#1320)

This commit is contained in:
Yury Semikhatsky
2026-01-21 23:54:03 -08:00
committed by GitHub
parent b213c187b0
commit 85c64bbe0f
7 changed files with 1063 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ jobs:
run: npm run lint
- name: Ensure no changes
run: git diff --exit-code
- name: Run cli lint
run: |
npm ci
npm run lint
working-directory: ./cli
test:
strategy: