Add continuous integration with Github Actions. Currently, this is a low priority because of the following:
- This project uses Poetry for dependency management
- Github Actions does not initially support Poetry
- Installing Poetry works, but commands are not registered
- For instance, even though it installed Isort, the
isort command isn't available
- This makes it very difficult to use all the dependencies necessary for the project
Add continuous integration with Github Actions. Currently, this is a low priority because of the following:
isortcommand isn't available