Thanks to Ian's help, I've now set up a work flow using GitHub actions. Currently, it checks both that flake8 is followed and the unit tests I have written are passed. To do this, I've added .yml files.
To test if the unit tests pass, the action is clever enough to locally install the the code uploaded to GitHub and run it!
Thanks to Ian's help, I've now set up a work flow using GitHub actions. Currently, it checks both that flake8 is followed and the unit tests I have written are passed. To do this, I've added .yml files.
To test if the unit tests pass, the action is clever enough to locally install the the code uploaded to GitHub and run it!