You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): make main green — test-suite syntax, workflow YAML/SPDX, Pages timeout (#25)
- test: remove invalid trailing message strings from @test macro calls in
e2e_test.jl and property_test.jl (Julia's @test takes no positional
message; the LoadError aborted the entire 478-test suite at load time,
so the E2E + Aspect workflow had never passed)
- ci(dogfood-gate): move inline eclexiaiser validator to
.github/scripts/validate_eclexiaiser.py — the column-0 Python heredoc
broke out of the YAML block scalar (startup_failure at 0s)
- ci(instant-sync): remove dangling step fragment at jobs: level (merge
artifact that made the workflow YAML invalid)
- ci: put SPDX header on line 1 in the 7 workflows the Governance linter
flagged (it checks line 1; copyright line moved to line 2)
- ci(pages): raise build job timeout 15→60 min — cold cabal build of
casket-ssg always exceeded 15 min, so the job was cancelled every run
and the cache never saved
- tests: remove tests/fuzz/placeholder.txt (fake-fuzz false-impression
artifact flagged in TEST-NEEDS.md)
- docs: purge remaining template placeholders (QUICKSTART-MAINTAINER
deps/paths, ABI-FFI-README delete-me marker); refresh stale TEST-NEEDS
state table (benchmarks and e2e/property tests now exist)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments