In the last day I have received a few emails regarding a failed workflow on the master branch:
https://github.com/exercism/v3/actions/runs/131261191
Which is saying that there is an error in the workflow file:
The workflow is not valid. .github/workflows/format-code.yml (Line: 20, Col: 13): Unexpected symbol: '"false"'. Located at position 34 within expression: steps.fork_check.outputs.fork == "false"
See .github/workflows/format-code.yml:
Tagging @SaschaMann and @ErikSchierboom just because they are mentioned in the gitblame
Working on it (https://github.com/exercism/v3/pull/1585), but still having some issues I need to fix (and lacked time earlier this week). The linter told me something would work but the action runner disagreed. I'll have time tomorrow to finally fix it.
Most helpful comment
Working on it (https://github.com/exercism/v3/pull/1585), but still having some issues I need to fix (and lacked time earlier this week). The linter told me something would work but the action runner disagreed. I'll have time tomorrow to finally fix it.