Github Actions and Webhooks =========================== Actions -------------- The Causal Testing Framework makes use of 5 `Github Actions `_, which can be found in the `.github/workflows `_ directory. These include: #. ``ci-tests.yaml``, which runs continuous integration (CI) tests on each on each pull request. #. ``lint-format.yaml``, which runs linting on each pull request. #. ``publish-to-pypi.yaml``, runs when a new version tag is pushed and publishes that tag version to PyPI. #. ``figshare.yaml``, releases new versions to `Figshare `_. #. ``publish-to-dafni.yaml``, which containerises and uploads every major release to `DAFNI `_. Webhooks --------------- We also use two `Webhooks `_, which can be found in the `project settings `_ on Github. These include: #. `Codecov `_ #. `Read the Docs `_