Remove Travis and add a GH workflow file to run the lint and test scripts
fvictorio opened this issue · 1 comments
fvictorio commented
Tests are failing in master
. I think the reason this wasn't noticed is that Travis stopped working for some reason. The easiest fix is to just remove the .travis.yml
file (and the badge in the readme) and to add a GitHub workflow that runs the linter and the tests.
dbale-altoros commented