Skip to content

Commit 2686c65

Browse files
actions and webhook docs
1 parent 333e2b5 commit 2686c65

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/source/dev/actions_and_webhooks.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,23 @@ Github Actions and Webhooks
44
Github Actions
55
--------------
66

7-
Currently this project makes use of 3 `Github Actions <https://github.com/features/actions>`_, which can be found in the `.github/workflows <https://github.com/CITCOM-project/CausalTestingFramework/tree/main/.github/workflows>`_ directory
7+
Currently this project makes use of 3 `Github Actions <https://github.com/features/actions>`_, which can be found in the `.github/workflows <https://github.com/CITCOM-project/CausalTestingFramework/tree/main/.github/workflows>`_ directory
8+
9+
They are:
10+
11+
#. ci-tests.yaml, which runs CI tests on each PR
12+
13+
#. lint-format.yaml, runs linting on each PR
14+
15+
#. publish-to-pypi.yaml, runs when a new version tag is pushed and publishes that tag version to pypi
16+
17+
Github Webhooks
18+
---------------
19+
20+
The project also uses 3 `Webhooks <https://docs.github.com/en/webhooks-and-events/webhooks/about-webhooks>`_
21+
22+
#. To codacy
23+
24+
#. To codecov
25+
26+
#. To readthedocs

0 commit comments

Comments
 (0)