STINNER Victor <vstin...@python.org> added the comment:

While we are here... it might interesting to also run patchcheck.py on PRs 
using GitHub Actions:
https://mail.python.org/archives/list/python-...@python.org/message/DKLD2VLHZ3F54WTKZ7JHKWBMOZ4N5TK7/

.travis.yml uses:

script:
  # Using the built Python as patchcheck.py is built around the idea of using
  # a checkout-build of CPython to know things like what base branch the changes
  # should be compared against.
  # Only run on Linux as the check only needs to be run once.
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python 
Tools/scripts/patchcheck.py --travis $TRAVIS_PULL_REQUEST; fi

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42212>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to