add maxmind-updater action

action that can be scheduled to run maxmind's [geoipupdate tool](https://github.com/maxmind/geoipupdate)
This commit is contained in:
Doug Tangren 2019-08-25 23:14:36 -04:00 committed by GitHub
parent a098b3e28a
commit a9d2e77574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry)
- [GitHub Actions to compile LaTeX documents](https://github.com/xu-cheng/latex-action)
- [Create an envfile](https://github.com/SpicyPizza/create-envfile)
- [Update Maxmind Databases](https://github.com/meetup/maxmind-updater)
### Testing and Linting