This PR closes out #35 by creating a Continuous Integration workflow for Nav using GitHub's Actions feature.
From now on, whenever a Pull Request is made (in fact, any time there's a push), we'll see whether or not it broke the nav code. This will be useful for isolating failures going forward (as long as people write tests for any nav code they write...)
This PR closes out #35 by creating a Continuous Integration workflow for Nav using GitHub's Actions feature.
From now on, whenever a Pull Request is made (in fact, any time there's a push), we'll see whether or not it broke the nav code. This will be useful for isolating failures going forward (as long as people write tests for any nav code they write...)