drmacro / wordinator

Generate high-quality DOCX files using a simplified XML format (simple word processing XML).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up automated build?

larsga opened this issue · 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.

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