nxtgauge-backend-rust/.forgejo
Ashwin Kumar Sivakumar 0ea4024657
Some checks failed
build-and-release / build (push) Failing after 14s
fix(ci): fix YAML syntax error in build.yaml that silently disabled Actions
The unindented heredoc terminator (<<EOF2 ... EOF2 flush-left) broke the
YAML block-scalar indentation contract for the `run: |` step, causing
Forgejo to log "ignore invalid workflow build.yaml: yaml: line 75:
could not find expected ':'" and silently skip the workflow entirely
on every push since this line was introduced. No builds have run on
main or high-performance since 2026-07-05 as a result. Replaced the
multi-line heredoc with a single-line bash here-string, which needs
no extra indentation and keeps the shell logic identical.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-07 18:34:45 +05:30
..
scripts chore: migrate ci naming to forgejo 2026-06-11 17:17:42 +05:30
workflows fix(ci): fix YAML syntax error in build.yaml that silently disabled Actions 2026-07-07 18:34:45 +05:30