From 8fe8050e0042782bb190b77d16f22ce4d100e70d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 6 Aug 2024 14:03:06 +0200 Subject: [PATCH] Update docs/src/ci-intro.md Signed-off-by: Simon Knott --- docs/src/ci-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md index fc088d2b62..b847cda90a 100644 --- a/docs/src/ci-intro.md +++ b/docs/src/ci-intro.md @@ -161,7 +161,7 @@ jobs: run: dotnet test ``` -If this doesn't make sense to you, give GitHub's [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) guide a read. +To learn more about this, see ["Understanding GitHub Actions"](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions). Looking at the list of steps in `jobs.test.steps`, you can see that the workflow performs these steps: