Commit 021bdf8
fix(ci): replace heredoc with printf in lint_flutter step (YAML compat)
Heredoc <<'EOF' syntax in GitHub Actions run: blocks conflicts with YAML's
merge-key operator (<<), causing workflow parse failure. Use printf instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ffbc6f7 commit 021bdf8
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
| 522 | + | |
| 523 | + | |
527 | 524 | | |
528 | 525 | | |
529 | 526 | | |
| |||
0 commit comments