From 462252b4524604867ab67cbd9cb566ccdef37edc Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:04:59 +0200 Subject: [PATCH] Fix formatting in workflows section of README Corrected indentation and line formatting for the workflows section in the README to improve readability and consistency. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c3c772..2ded665 100644 --- a/README.md +++ b/README.md @@ -339,8 +339,8 @@ YTSage/ │ ├─── 📁 workflows/ # GitHub Actions workflows │ │ ├── build-linux.yml # Linux build workflow │ │ ├── build-macos.yml # macOS build workflow -│ │ └── build-windows.yml # Windows build workflow -| | └── release-all.yml # Master release workflow +│ │ │── build-windows.yml # Windows build workflow +| | └── release-all.yml # Master release workflow │ └── 📄 CI_CD_README.md # CI/CD documentation ├── 📁 assets/ # Static assets and resources │ ├── 📁 branding/ # Branding assets