mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
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:
committed by
Gabriel Horner
parent
f4c5e6b0bb
commit
cf114803ff
6
.github/workflows/graph-parser.yml
vendored
6
.github/workflows/graph-parser.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user