Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

CyberZHG/github-action-python-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Lint Action

GitHub action that runs pycodestyle.

Usage

Run lint with default setting:

workflow "Python Lint" {
  on = "push"
  resolves = ["python-lint"]
}

action "python-lint" {
  uses = "CyberZHG@github-action-python-lint@master"
}

Add arguments:

workflow "Python Lint" {
  on = "push"
  resolves = ["python-lint"]
}

action "python-lint" {
  uses = "CyberZHG/github-action-python-lint@master"
  args = "--max-line-length=120 source_folder_1_name source_folder_2_name ..."
}

About

GitHub action that runs pycodestyle

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published