cronokirby / alchemy

A discord library for Elixir
MIT License
152 stars 34 forks source link

FEAT: mix format & CI setup #117

Closed Zarathustra2 closed 3 years ago

Zarathustra2 commented 3 years ago

Added mix format standard as well as a basic CI to make sure nothing breaks.

Had to update a test so it also passes, not sure if that is the correct way, pls see Alchemy.Voice.SupervisorTest

cronokirby commented 3 years ago

Yeah, I think forgetting to stop the supervisor was an omission from way back when, so this is nice.

Very nice job on adding CI, that's a considerable amount of work!