tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Migrate CI to github workflows #164

Open facundominguez opened 1 year ago

facundominguez commented 1 year ago

Currently CI uses buildkite and CircleCI. CircleCI was kept to test sparkle on darwin. But github workflows now offers darwin as well. So at this point, we could simplify the project setup by only depending on github workflows.