mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-01-30 06:22:03 +00:00
chore: add cli package (#1320)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user