How this package uses Git Actions
Background
Git Actions are a way to automatically run code whenever an event like a pull or push happens via Git. This example action runs our unit tests whenever we push.
Notes on usage
You can skip running the CICD by adding [skip ci]
to the commit message of your commit. This CICD uses a smaller version of envhfkpy
, called test_envhfkpy
in order to run more quickly.