Skip to content

luceda/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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 82.8%
  • Shell 17.2%