diff --git a/bb.edn b/bb.edn index 06707961..f99c267f 100644 --- a/bb.edn +++ b/bb.edn @@ -57,7 +57,9 @@ ["--debug"])))} gha {:doc "Github action command - is launched automatically by github" :task (run-processes ["tree"] - ["bb" "lint"] + ["echo" "the file is:"] + ["cat" "src/cljc/automaton_core/i18n/language.cljc"] + ["bb" "lint" "-d"] ["bb" "ltest"])} repl {:doc "Repl" :task (run-processes ["clojure" "-M:env-development-repl"])}}}