Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 228 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 228 Bytes

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"
}