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:
parent
62e4aa989d
commit
f9bd185ecf
4 changed files with 271 additions and 270 deletions
|
|
@ -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! 🎉"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue