From 7bdcb5cafb96cfe931fc312e1ffada05900bb43e Mon Sep 17 00:00:00 2001 From: worksofliam Date: Tue, 25 Jun 2024 14:36:48 -0400 Subject: [PATCH] More links Signed-off-by: worksofliam --- src/content/docs/workshop/git.mdx | 2 ++ 1 file changed, 2 insertions(+) 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`