Skip to content

Commit

Permalink
Add isort step to linting job in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Nov 7, 2022
1 parent e1b52a9 commit fa8e471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:

lint:
runs-on: ubuntu-latest
name: lint with Black
name: lint with isort & Black
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@f14e57e1d457956c45a19c05a89cccdf087846e5 # v1.1.0
- uses: psf/black@6b42c2b8c9f9bd666120a2c19b8da509fe477f27

test:
Expand Down

0 comments on commit fa8e471

Please sign in to comment.