From 99f18887ddd2cf39c5502268e8c88eba5c0a874c Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Fri, 9 Aug 2024 17:53:57 -0700 Subject: [PATCH] Simplify first line --- docs/workflows.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/workflows.md b/docs/workflows.md index 0bc24f8..3204183 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -1,7 +1,6 @@ # Workflows -This template uses [GitHub workflows](https://docs.github.com/en/actions/using-workflows) for [CI / CD](https://www.redhat.com/en/topics/devops/what-is-ci-cd). -They are defined in [`.github/workflows/`](../.github/workflows). +This template uses [GitHub workflows](https://docs.github.com/en/actions/using-workflows) for [CI / CD](https://www.redhat.com/en/topics/devops/what-is-ci-cd), defined in [`.github/workflows/`](../.github/workflows). ## CI (testing)