philoskim / debux

A trace-based debugging library for Clojure and ClojureScript.
468 stars 19 forks source link

Babashka compatibility #30

Closed borkdude closed 1 year ago

borkdude commented 1 year ago

This PR adds compatibility with babashka.

It also adds a Github actions test runner.

Note: it's recommended to use this with the latest babashka: 1.1.173 which has support for reading data_readers.clj(c).

philoskim commented 1 year ago

Thanks a lot!!!