CrypticButter / snoop

Function instrumentation using Malli schemas.
Eclipse Public License 2.0
77 stars 3 forks source link

setup github ci #5

Closed lucywang000 closed 3 years ago

LuisThiamNye commented 3 years ago

Out of curiosity, what is the motivation/rationale for this? What drove you to open this PR in this repository? It's just that I'm slightly confused.

lucywang000 commented 3 years ago

Hey @LuisThiamNye, sorry for any confusion. I'm using snoop heavily in a clojure project recently, and it proves to be quite useful to both doc the function signature and catch bugs early (nils, typos when destructuring etc.).

So I plan to contribute it more in the upcoming weeks, and having a well-established CI configured would be helpful for that purpose.

LuisThiamNye commented 3 years ago

Thank you for clarifying the rationale