Skip to content

Commit

Permalink
ci: Unify yamlint comment and spacing
Browse files Browse the repository at this point in the history
Move to the comment outside of the yaml document, and unify the spacing
before the name.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and ShyamsundarR committed Nov 22, 2024
1 parent 1c05577 commit ae79bbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-daily.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: The RamenDR authors
# SPDX-License-Identifier: Apache-2.0

---
# yamllint disable rule:line-length
---
name: e2e daily

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: The RamenDR authors
# SPDX-License-Identifier: Apache-2.0

---
# yamllint disable rule:line-length
---
name: e2e

on:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ramen.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ae79bbf

Please sign in to comment.