GaretJax / django-click

Write Django management command using the click CLI library
MIT License
251 stars 20 forks source link

Port `.travis.yml` to GitHub Actions #35

Closed joshuadavidthomas closed 2 years ago

joshuadavidthomas commented 3 years ago

This PR closes #34.

Ports the existing .travis.yml file over to GitHub Actions with full feature parity.

Passing tests from last commit.

Coveralls upload step is commented out since I do not have access to that external system and I wanted to show all green across the board for the passing tests.

FlipperPA commented 2 years ago

Thank you, @joshuadavidthomas - this looks great.