Skip to content

jose-lpa/python-isort-check-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action to run isort checks in your Python code

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published