techqueria / data-structures-and-algorithms

Let's go over data structures and algorithms together. We will use Cracking the Coding Interview as reference
113 stars 94 forks source link

Change the CI from Travis to GitHub Actions #55

Closed lhchavez closed 4 years ago

lhchavez commented 4 years ago

Now that we run a bunch of GitHub actions, it's probably better to be consistent and also run the unit tests as a GitHub Action.

lhchavez commented 4 years ago

argh, forgot that GitHub requires the first PR that introduces Actions to be in the same repo. brb.