mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Fix kondo invocation and output progress
This commit is contained in:
committed by
Tienson Qin
parent
8b0026f34b
commit
2b46cc4938
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
run: clojure -A:cljs -P
|
||||
|
||||
- name: Run clj-kondo lint
|
||||
run: clj -M:clj-kondo --lint src
|
||||
run: clojure -M:clj-kondo --lint src
|
||||
|
||||
- name: Fetch yarn deps
|
||||
run: yarn install
|
||||
|
||||
Reference in New Issue
Block a user