Two workflows have been failing repeatedly:
- validate.yml
- update-unity-api.yml
Surfaced during ecosystem audit on 2026-04-25 (see TMHSDigital/Developer-Tools-Directory#1).
The validate.yml failure pattern resembles CFX#5 (YAML parser errors in python3 -c blocks). If Unity uses the same multi-line python validation pattern, it likely has the same bug.
Recommendation: audit Unity's .github/workflows/validate.yml first. If it has unquoted multi-line python3 -c blocks similar to CFX, fix the same way (use run: | block scalar).
Not blocking. Neither workflow is a required check. But validates the suspicion that CFX#5 may be ecosystem-wide.
Two workflows have been failing repeatedly:
Surfaced during ecosystem audit on 2026-04-25 (see TMHSDigital/Developer-Tools-Directory#1).
The validate.yml failure pattern resembles CFX#5 (YAML parser errors in python3 -c blocks). If Unity uses the same multi-line python validation pattern, it likely has the same bug.
Recommendation: audit Unity's .github/workflows/validate.yml first. If it has unquoted multi-line python3 -c blocks similar to CFX, fix the same way (use run: | block scalar).
Not blocking. Neither workflow is a required check. But validates the suspicion that CFX#5 may be ecosystem-wide.