Fix YAML indentation issues in CI workflow
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 1m27s
Simple CI / Build and Test (push) Failing after 2s
Simple CI / Security Audit (push) Failing after 2s
Simple CI / Build Package (push) Failing after 2s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 1m25s
Simple CI / Final Status (push) Successful in 1s

- 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 9bde25c911
commit eadb7e46c8
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! 🎉"