Fix YAML indentation issues in CI workflow

- Fix step indentation from 4 spaces to 6 spaces
- Maintain proper YAML structure for all job sections
- Ensure consistent formatting across build-and-test, security, package, and status jobs
- Resolve yamllint indentation errors
This commit is contained in:
joe 2025-08-13 18:09:06 -07:00
parent 62e4aa989d
commit f9bd185ecf
4 changed files with 271 additions and 270 deletions

View file

@ -212,7 +212,7 @@ jobs:
echo "Security: Completed"
echo "Package: Completed"
cat > CI_SUMMARY.md << 'EOF'
cat > CI_SUMMARY.md <<- 'EOF'
# APT-OSTree CI Summary
## Build Information
@ -232,3 +232,4 @@ jobs:
echo "CI summary created: CI_SUMMARY.md"
echo "✅ All CI jobs completed! 🎉"