mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
Install dependencies in TypeScript workspace in CI
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -38,7 +38,9 @@ jobs:
|
||||
uv sync
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: |
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm -C libs/typescript install --frozen-lockfile
|
||||
|
||||
# Python checks (isort, black, ruff, mypy)
|
||||
- name: Python lint & typecheck
|
||||
|
||||
Reference in New Issue
Block a user