yuvipanda / jupyter-desktop-server

Run a Linux Desktop on a JupyterHub
BSD 3-Clause "New" or "Revised" License
46 stars 36 forks source link

Add binder-badge.yaml #23

Closed manics closed 4 years ago

manics commented 4 years ago

We don't have any tests in this repo, so testing on mybinder is the next best option. This makes it even easier by using a GitHub Action to automatically comment on every PR with a link to build the PR on mybinder.

This is the same as example 1 on https://mybinder.readthedocs.io/en/latest/howto/gh-actions-badges.html with the addition of ?urlpath=desktop to the generated URL.

yuvipanda commented 4 years ago

Awesome! Thanks, @manics!