wordinator icon indicating copy to clipboard operation
wordinator copied to clipboard

Set up automated build?

Open larsga opened this issue 2 years ago • 1 comments

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.

larsga avatar Feb 03 '23 09:02 larsga

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...

drmacro avatar Feb 05 '23 16:02 drmacro