Skip to content

GitHub Action for python linting with `isort` and `black`.

License

Notifications You must be signed in to change notification settings

wrboyce/python-lint-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

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-lint-action

GitHub Action for python linting with isort and black.

Usage

workflow "Lint on Push" {
  on = "push"
  resolves = ["Lint"]
}

action "Lint" {
  uses = "wrboyce/python-lint-action@master"
}

About

GitHub Action for python linting with `isort` and `black`.

Resources

License

Stars

Watchers

Forks

Packages

No packages published