Fix formatting in workflows section of README

Corrected indentation and line formatting for the workflows section in the README to improve readability and consistency.
This commit is contained in:
oop7
2026-01-06 16:04:59 +02:00
parent 0edc64a5e9
commit 462252b452
+1 -1
View File
@@ -339,7 +339,7 @@ YTSage/
│ ├─── 📁 workflows/ # GitHub Actions workflows │ ├─── 📁 workflows/ # GitHub Actions workflows
│ │ ├── build-linux.yml # Linux build workflow │ │ ├── build-linux.yml # Linux build workflow
│ │ ├── build-macos.yml # macOS build workflow │ │ ├── build-macos.yml # macOS build workflow
│ │ ── build-windows.yml # Windows build workflow │ │ ── build-windows.yml # Windows build workflow
| | └── release-all.yml # Master release workflow | | └── release-all.yml # Master release workflow
│ └── 📄 CI_CD_README.md # CI/CD documentation │ └── 📄 CI_CD_README.md # CI/CD documentation
├── 📁 assets/ # Static assets and resources ├── 📁 assets/ # Static assets and resources