From ae79bbf6a4fe0643961d0a0e0173221cd1854094 Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Fri, 22 Nov 2024 21:31:38 +0200 Subject: [PATCH] ci: Unify yamlint comment and spacing Move to the comment outside of the yaml document, and unify the spacing before the name. Signed-off-by: Nir Soffer --- .github/workflows/e2e-daily.yaml | 2 +- .github/workflows/e2e.yaml | 2 +- .github/workflows/ramen.yaml | 3 +-- .github/workflows/tools.yaml | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e-daily.yaml b/.github/workflows/e2e-daily.yaml index c8916ec98..464f14b50 100644 --- a/.github/workflows/e2e-daily.yaml +++ b/.github/workflows/e2e-daily.yaml @@ -1,8 +1,8 @@ # SPDX-FileCopyrightText: The RamenDR authors # SPDX-License-Identifier: Apache-2.0 ---- # yamllint disable rule:line-length +--- name: e2e daily on: diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index d768cc6e5..8fab8616a 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -1,8 +1,8 @@ # SPDX-FileCopyrightText: The RamenDR authors # SPDX-License-Identifier: Apache-2.0 ---- # yamllint disable rule:line-length +--- name: e2e on: diff --git a/.github/workflows/ramen.yaml b/.github/workflows/ramen.yaml index 55b0d43c5..071888627 100644 --- a/.github/workflows/ramen.yaml +++ b/.github/workflows/ramen.yaml @@ -1,9 +1,8 @@ # SPDX-FileCopyrightText: The RamenDR authors # SPDX-License-Identifier: Apache-2.0 ---- # yamllint disable rule:line-length - +--- name: ramen # This workflow will run when developer push a topic branch to their diff --git a/.github/workflows/tools.yaml b/.github/workflows/tools.yaml index c5f6e0ad8..e25d186e0 100644 --- a/.github/workflows/tools.yaml +++ b/.github/workflows/tools.yaml @@ -1,9 +1,8 @@ # SPDX-FileCopyrightText: The RamenDR authors # SPDX-License-Identifier: Apache-2.0 ---- # yamllint disable rule:line-length - +--- name: tools # This workflow will run when developer push a topic branch to their