Skip to content

Commit

Permalink
add missing isort config to isort action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Oct 24, 2021
1 parent 686c6c7 commit e78bc3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/isort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
paths:
- "**.py"
- ".isort.cfg"
- "requirements.txt"
- ".github/workflows/isort.yaml"
pull_request:
paths:
- "**.py"
- ".isort.cfg"
- "requirements.txt"
- ".github/workflows/isort.yaml"

Expand Down

0 comments on commit e78bc3c

Please sign in to comment.