Skip to content

Python linters isort check

Actions
GitHub action to run isort checks on your python repository
1.0.0
Latest
Star (0)

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

Python linters isort check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub action to run isort checks on your python repository
1.0.0
Latest

Python linters isort check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.