intern-space-program / avionics

Avionics software to be developed and passed down over multiple tours.
http://internspaceprogram.com/
MIT License
9 stars 8 forks source link

Create Continuous Integration Workflow for Nav #35

Closed mdbernard closed 4 years ago

mdbernard commented 4 years ago

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