mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
ci: ignore stderr for bb lint tasks
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -101,13 +101,13 @@ jobs:
|
||||
run: clojure -M:clj-kondo --parallel --lint src
|
||||
|
||||
- name: Carve lint for unused vars
|
||||
run: bb lint:carve
|
||||
run: bb lint:carve 2>/dev/null
|
||||
|
||||
- name: Lint for vars that are too large
|
||||
run: bb lint:large-vars
|
||||
run: bb lint:large-vars 2>/dev/null
|
||||
|
||||
- name: Lint for namespaces that aren't documented
|
||||
run: bb lint:ns-docstrings
|
||||
run: bb lint:ns-docstrings 2>/dev/null
|
||||
|
||||
- name: Lint invalid translation entries
|
||||
run: bb lang:invalid-translations
|
||||
|
||||
Reference in New Issue
Block a user