Parcourir la source

fix: remove trailing space (yamllint)

xcad il y a 7 mois
Parent
commit
0a3468cef6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/renovate-sync-versions.yaml

+ 1 - 1
.github/workflows/renovate-sync-versions.yaml

@@ -31,7 +31,7 @@ jobs:
         run: |
           # Fetch main branch for comparison
           git fetch origin main:main
-          
+
           # Get list of changed files in library/
           CHANGED_FILES=$(git diff --name-only main...HEAD | grep '^library/' | grep -E '\.(j2|yaml|yml)$' || true)