mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-16 20:24:27 -06:00
fix(ci): run linters in quiet mode to reduce output noise (#680)
This commit is contained in:
committed by
GitHub
parent
6f38659638
commit
23e66aeadf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
run: pnpm -r --parallel -F "./packages/*" build
|
||||
|
||||
- name: Run linters
|
||||
run: pnpm -r --parallel lint
|
||||
run: pnpm -r --parallel lint --quiet
|
||||
|
||||
- name: Type check
|
||||
# Exclude docs as their are some typing issues we are ok with for now
|
||||
|
||||
Reference in New Issue
Block a user