defnull / multipart

A fast multipart/form-data parser for python
MIT License
126 stars 33 forks source link

Add tox and GitHub Actions configuration #26

Closed cjwatson closed 3 years ago

cjwatson commented 3 years ago

This gives us CI that runs automatically on pushes and PRs.

cjwatson commented 3 years ago

I don't think CI will be run on this PR, because it isn't yet in defnull/multipart; however, if you go to https://github.com/cjwatson/multipart/tree/ci then you can see the green tick and click through for details.

defnull commented 3 years ago

Looks good to me. I'm curious if existing pull requests are also checked without manual rebasing. I doubt it, though.

cjwatson commented 3 years ago

Indeed, I had to rebase existing pull requests to get CI to run on them (much as I expected TBH).