Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-lpa committed Dec 18, 2020
1 parent e64869e commit 055bb74
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@ GitHub Action for [isort](https://pycqa.github.io/isort/)
**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.
The `isort` command output.

## Example usages

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

0 comments on commit 055bb74

Please sign in to comment.