dask-labextension
dask-labextension copied to clipboard
Migrate CI to GitHub Actions
Due to changes in the Travis CI billing, the Dask org is migrating CI to GitHub Actions.
This repo contains a .travis.yml file which needs to be replaced with an equivalent .github/workflows/ci.yml file.
See dask/community#107 for more details.
Thanks for bringing this up @jacobtomlinson. We'll also need to add tokens for pypi/npm.
This is now tested in GH actions. I'll leave this open until we fix up auto-deploy and linting
Linting done via pre-commit in #171. Just auto deploy now.