From c66a678a4c2685c4589e5e94591485cb02b5e657 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Tue, 6 Aug 2024 18:01:03 -0400 Subject: [PATCH] Remove spaces from ci workflow to pass lint [noissue] --- templates/github/.github/workflows/ci.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/ci.yml.j2 b/templates/github/.github/workflows/ci.yml.j2 index 7a3c776c..d583ed2d 100644 --- a/templates/github/.github/workflows/ci.yml.j2 +++ b/templates/github/.github/workflows/ci.yml.j2 @@ -43,7 +43,7 @@ jobs: {%- endif %} {%- endif %} {%- if is_pulpdocs_member %} - + docs: uses: "./.github/workflows/docs.yml" {%- endif %}