Skip to content
upload-cloud

GitHub Action

Python Style Checker

0.1.3 Latest version

Python Style Checker

upload-cloud

Python Style Checker

Run PyCodeStyle on your Python

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Python Style Checker

uses: andymckay/[email protected]

Learn more about this action in andymckay/pycodestyle-action

Choose a version

An action that runs PyCodeStyle over Python code. If there are errors found in the Python code then the action will fail.

Example workflow:

  • Put the following text into your YAML file in your .github/workflows directory:
- name: Python Style Checker
  uses: andymckay/[email protected]

https://pypi.org/project/pycodestyle/

PyCodeStyle is the library formally called pep8.