Problem
After #152 merged, .github/workflows/phi-loop-ci.yml contained a step with only name: and no run:/uses:. GitHub Actions rejects the workflow (no jobs scheduled).
Fix
Remove the orphan step; keep a single Ensure tri shim is executable step.
Refs
Problem
After #152 merged,
.github/workflows/phi-loop-ci.ymlcontained a step with onlyname:and norun:/uses:. GitHub Actions rejects the workflow (no jobs scheduled).Fix
Remove the orphan step; keep a single
Ensure tri shim is executablestep.Refs