Skip to content

Commit

Permalink
Check the Python imports are sorted with an isort action
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Dec 6, 2022
1 parent 0b08c4f commit 41584fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/isort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: isort

on:
- push
- pull_request

jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1

0 comments on commit 41584fa

Please sign in to comment.