Python Style Checker
ActionsTags
(1)An action that runs PyCodeStyle over python code. If there are errors found in the Python code then the action will fail.
Example workflow:
workflow "New workflow" {
on = "push"
resolves = ["action"]
}
action "action" {
uses = "andymckay/pycodestyle-action@master"
}
https://pypi.org/project/pycodestyle/
PyCodeStyle is the library formally called pep8.
Python Style Checker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.