Skip to content

Commit

Permalink
tell the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caumond committed Oct 7, 2023
1 parent c82dd3d commit 189a3ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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"])}}}

0 comments on commit 189a3ec

Please sign in to comment.