Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 445 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 445 Bytes

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