terhorst / python-lint-action

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`.

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 85.4%Language:Shell 14.6%