diff --git a/src/content/docs/workshop/git.mdx b/src/content/docs/workshop/git.mdx index c55782d..bd7cd53 100644 --- a/src/content/docs/workshop/git.mdx +++ b/src/content/docs/workshop/git.mdx @@ -158,6 +158,8 @@ Here is an example Action that would be found in the `actions.json` file: Actions are stored as part of the repository so they can be shared between developers. Generally, we want developers to use the same compile commands. Therefore, it is convenient to store them as part of the repository. +Check out the docs to understand [more about local Actions](../../developing/local/actions/). + ### Tasks #### 1. Creating `actions.json`