Skip to content
code

GitHub Action

Python Lint (isort/black)

v1.0.0 Latest version

Python Lint (isort/black)

code

Python Lint (isort/black)

Checks repository against isort & black

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Python Lint (isort/black)

uses: wrboyce/python-lint-action@v1.0.0

Learn more about this action in wrboyce/python-lint-action

Choose a version

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