remove silent failing of CI jobs

Can't debug failures if we can't see their output e.g.
https://github.com/logseq/logseq/actions/runs/14252668697/job/39948918589?pr=11807
This commit is contained in:
Gabriel Horner
2025-04-03 17:11:06 -04:00
committed by Gabriel Horner
parent f4c5e6b0bb
commit cf114803ff
3 changed files with 9 additions and 9 deletions

View File

@@ -108,10 +108,10 @@ jobs:
run: clojure -M:clj-kondo --parallel --lint src test
- name: Carve lint for unused vars
run: bb lint:carve 2>/dev/null
run: bb lint:carve
- name: Lint for vars that are too large
run: bb lint:large-vars 2>/dev/null
run: bb lint:large-vars
- name: Lint for namespaces that aren't documented
run: bb lint:ns-docstrings 2>/dev/null
run: bb lint:ns-docstrings