Fix kondo invocation and output progress

This commit is contained in:
Gabriel Horner
2022-01-13 16:47:26 -05:00
committed by Tienson Qin
parent 8b0026f34b
commit 2b46cc4938
3 changed files with 4 additions and 3 deletions

View File

@@ -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