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

andymckay/pycodestyle-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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/pycodestyle-action@0.1.3

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

PyCodeStyle is the library formally called pep8.