Skip to content

Commit 111fe09

Browse files
committed
fix: Improve YAML formatting for enhanced readability and consistency
1 parent a6bb612 commit 111fe09

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,10 @@ jobs:
541541
runs-on: ubuntu-latest
542542
needs: [quality-gate, security-scan, build, test-cross-platform, test-cli, test-core, test-output, test-storage, coverage, benchmark, docs, code-review]
543543
if: always()
544-
steps:
545-
- name: CI Status Summary
546-
run: |
547-
echo "## 🎯 Enhanced CI/CD Pipeline Summary" >> $GITHUB_STEP_SUMMARY
544+
steps:
545+
- name: CI Status Summary
546+
run: |
547+
echo "## 🎯 Enhanced CI/CD Pipeline Summary" >> $GITHUB_STEP_SUMMARY
548548
echo "" >> $GITHUB_STEP_SUMMARY
549549
550550
failed_jobs=()

.github/workflows/version-sync.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,10 @@ jobs:
290290
git add .
291291
292292
# Create detailed commit message
293-
git commit -m "chore: synchronize workspace versions to v$TARGET_VERSION
294-
295-
Applied $SYNC_STRATEGY strategy and updated all crate versions to $TARGET_VERSION.
296-
Synchronized release-please manifest and updated CHANGELOG.md with version sync details.
297-
298-
[skip ci] version sync only"
293+
git commit -m "chore: synchronize workspace versions to v$TARGET_VERSION" \
294+
-m "Applied $SYNC_STRATEGY strategy and updated all crate versions to $TARGET_VERSION." \
295+
-m "Synchronized release-please manifest and updated CHANGELOG.md with version sync details." \
296+
-m "[skip ci] version sync only"
299297
git push
300298
301299
echo "✅ Version synchronization changes pushed successfully!"

0 commit comments

Comments
 (0)