Skip to content

Commit

Permalink
Add isort workflwo from external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnazary committed Nov 26, 2024
1 parent 850b425 commit 7ea12fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pre-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ jobs:
run: |
pylint $(git ls-files '*.py') --fail-under=1
format:
black:
name: check code style with black
uses: ahnazary/actions-library/.github/workflows/black.yaml@main

isort:
name: check code style with isort
uses: ahnazary/actions-library/.github/workflows/isort.yaml@main

flake8:
name: check code style with flake8
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ea12fd

Please sign in to comment.