outreachy / website

Code for the Outreachy website, based on Python, Django, and Bootstrap.
https://www.outreachy.org
GNU General Public License v3.0
246 stars 235 forks source link

No continuous integration on this repository #549

Open wetneb opened 1 year ago

wetneb commented 1 year ago

The readme has a Repository CI status link, but that page just redirects to https://www.travis-ci.com/ after Travis CI essentially discontinued its services for open source projects.

The pull requests in this repository do not come with any status checks associated with any continuous integration service, so it seems that the tests are no longer run automatically.

It could be worth enabling a CI service for this repository. GitHub Actions would be a possible one. Migrating the existing .travis.yml configuration file to that should not be very hard.