Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
RomiPolaczek committed Dec 7, 2024
1 parent 5f65821 commit d89c8a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ jobs:
- run: pip install --upgrade pip
- run: pip install nb-clean
- run: nb-clean check .
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- uses: isort/isort-action@master
with:
isort-version: 5.12.0

0 comments on commit d89c8a8

Please sign in to comment.