pelias / polygon-lookup

Fast point-in-polygon intersection for large numbers of polygons.
72 stars 17 forks source link

Move from TravisCI to GitHub Actions #51

Closed orangejulius closed 3 years ago

orangejulius commented 3 years ago

This moves the CI configuration from TravisCI, which we're no longer using after their disastrous response to a huge security vulnerability, to GitHub Actions.

It uses a templated GitHub Actions workflow file, which should be mostly identical between all repositories.

Along the way some other nice goodies are included: