Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 399 Bytes

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.