mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 03:49:58 -06:00
Run prettier via pnpm in CI
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -57,4 +57,4 @@ jobs:
|
||||
|
||||
# JS/TS/Markdown/YAML checks
|
||||
- name: Prettier check
|
||||
run: uv run prettier --check "**/*.{ts,tsx,js,jsx,json,md,yaml,yml}"
|
||||
run: pnpm prettier --check "**/*.{ts,tsx,js,jsx,json,md,yaml,yml}"
|
||||
|
||||
Reference in New Issue
Block a user