typesense / typesense-docsearch-scraper

A fork of Algolia's awesome DocSearch Scraper, customized to index data in Typesense (an open source alternative to Algolia)
https://typesense.org/docs/guide/docsearch.html
Other
101 stars 36 forks source link

Move from circleci to GitHub actions #60

Closed nascosto closed 6 months ago

nascosto commented 6 months ago

Change Summary

Moved from CircleCI to GitHub actions so that it is more usable with forks and doesn't require outside systems.

The linting was out of date so I updated to the latest standard .pylintrc and then ignored rules until it passed.

Let me know if I need anything else. Thanks.

PR Checklist

jasonbosco commented 6 months ago

Thank you!