fizista / django-password-validators

Additional libraries for validating passwords in Django.
BSD 3-Clause "New" or "Revised" License
51 stars 30 forks source link

Setup CI using GitHub actions #39

Closed browniebroke closed 11 months ago

browniebroke commented 1 year ago

I noticed there was no CI configured, this PR adds a basic one with the currently supported versions. They should probably be updated, but would be nice to get CI first.

Due to GitHub actions security restrictions, a new workflow added from a fork won't run on PRs, so you can't see the status here, but you can see it in my fork: https://github.com/browniebroke/django-password-validators/actions

fizista commented 11 months ago

Thank you