exercism / pony

Exercism exercises in Pony.
https://exercism.org/tracks/pony
MIT License
38 stars 20 forks source link

Fix CI #114

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 3 years ago

This repository's main branch currently does not pass all CI checks. This makes detecting issues in PRs harder and might result in a broken track, and so is an important thing to fix.

The following CI workflows are currently failing:

https://github.com/exercism/pony/runs/3066724584 https://github.com/exercism/pony/runs/3066724581

Tracking

https://github.com/exercism/v3-launch/issues/55

redvers commented 2 years ago

https://github.com/exercism/pony/pull/125 will address this.

ErikSchierboom commented 2 years ago

@redvers Just a little FYI: if you add Closes #114 to the [PR's description[(https://github.com/exercism/pony/pull/125), merging that PR will automatically close this issue.

See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue for more information.

redvers commented 2 years ago

Closed by #125