wordinator
wordinator copied to clipboard
Set up automated build?
Setting up an automated build would make reviewing PRs much easier, since Github will then build the code when the PR is submitted and it will be immediately obvious whether or not it builds and all tests pass. Saves time for both reviewer and submitter.
The old way to do this was to use Travis, but today the best solution is apparently Github Actions. Let me know if you need help to set it up. I've never set up Github Actions before, but I can figure it out.
Seems like a good idea. I've never used Github Actions.
Until now I was the only person contributing to the code so it wasn't really an issue...