cuedo / github-webhooks

Haskell types and instances for decoding GitHub webhook payloads.
https://hackage.haskell.org/package/github-webhooks
MIT License
34 stars 15 forks source link

Revamp the CI system to be consistent with org changes from the rebranding #43

Closed kvanbere closed 2 years ago

kvanbere commented 3 years ago

Since the rebranding, some of the CI infrastructure has developed issues/regressions and no longer works correctly.

  1. Review which parts of the CI infrastructure require fixing.
  2. Look into the possibility of using a different provider (i.e. Appveyor for Linux or Circle CI).
kvanbere commented 3 years ago

The maturity of Haskell on the CI infrastructure has come a long way. GitHub actions supports Linux, OS X and Windows builds, so we can trivially simplify the CI architecture by moving everything to GitHub actions and cancelling all the other providers.

kvanbere commented 2 years ago

Resolved by #48.