From e63a8401c115e62bd4ff65c57a2f67ecb9579120 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Jul 2023 10:50:46 -0500 Subject: [PATCH] docs(ci): Add section heading to open the way for more headings --- src/doc/src/guide/continuous-integration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/src/guide/continuous-integration.md b/src/doc/src/guide/continuous-integration.md index 66a6a2f3a667..ed441a51ed8b 100644 --- a/src/doc/src/guide/continuous-integration.md +++ b/src/doc/src/guide/continuous-integration.md @@ -1,5 +1,9 @@ ## Continuous Integration +### Getting Started + +A basic CI will build and test your projects: + ### GitHub Actions To test your package on GitHub Actions, here is a sample `.github/workflows/ci.yml` file: