I think Github Actions is free for public repos like this one, or at least if not totally free then we get a certain number of minutes. If we can manage it, it would be cool to set up an automated system that will test our code for us whenever we push and make PRs, minimally just to make sure it builds and catches warnings. This is useful for me as someone who lives in a constant state of chaos and loves to push shit without making sure it builds.
@McAwesome123 since you are working out of a fork, I don't think you would get this when you work in that fork, but you might get it when you PR to this repo, probably?
This could be extended to help us make releases. Maybe that Github magic to automatically bump the version number isn't that far out of reach.
I think Github Actions is free for public repos like this one, or at least if not totally free then we get a certain number of minutes. If we can manage it, it would be cool to set up an automated system that will test our code for us whenever we push and make PRs, minimally just to make sure it builds and catches warnings. This is useful for me as someone who lives in a constant state of chaos and loves to push shit without making sure it builds.
@McAwesome123 since you are working out of a fork, I don't think you would get this when you work in that fork, but you might get it when you PR to this repo, probably?
This could be extended to help us make releases. Maybe that Github magic to automatically bump the version number isn't that far out of reach.