python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

GitHub Action to lint Python code #52

Closed cclauss closed 2 years ago

cclauss commented 2 years ago

Ref #49

Test results: https://github.com/cclauss/cherry-picker/actions

jaraco commented 2 years ago

This PR doesn't fix #49, which says "instead of Travis CI". In particular, Travis CI serves two main purposes:

Happy to run linters in GHA though.