From 189a3ec9a2cbdbbec2f2fbe9a9bd15625ad531b4 Mon Sep 17 00:00:00 2001 From: caumond Date: Sat, 7 Oct 2023 10:12:43 +0200 Subject: [PATCH] tell the commit --- bb.edn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"])}}}