tfaughnan / artoo

Barebones IRC bot / astromech droid (WIP 🚧)
GNU General Public License v3.0
1 stars 4 forks source link

adding in build github action #8

Closed noyoshi closed 1 year ago

noyoshi commented 1 year ago

This will ensure that the code can build properly before you merge a PR.

tfaughnan commented 1 year ago

Thanks! Do you want to add gofmt -d . to check formatting too?

noyoshi commented 1 year ago

ok, makes sense, added that. It will fail the check if the formatting is off.

tfaughnan commented 1 year ago

Sure, I might split them up eventually if that gets annoying. Thanks!