Skip to content
align-justify

GitHub Action

Python linters isort check

1.0.0 Latest version

Python linters isort check

align-justify

Python linters isort check

GitHub action to run isort checks on your python repository

Installation

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

              

- name: Python linters isort check

uses: jose-lpa/[email protected]

Learn more about this action in jose-lpa/python-isort-check-action

Choose a version

Python isort check action

GitHub Action for isort

Inputs

path

Optional The path to run isort on. Default "."

settings-path

Optional Path of the settings file to be used by isort. Default "."

Outputs

The isort command output.

Example usages

uses: jose-lpa/python-isort-check-action@master
with:
  path: "my_project"
  settings-path: .isort.cfg