Skip to content

Commit

Permalink
Change run command on python lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent 9ad64d2 commit 64aef99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,4 @@ jobs:
with:
image: py-lint:latest
options: -v ${{ github.workspace }}:/code -e LINT_FIX=1
run: |
blue --check .
flake8
isort -c .
run: blue --check . && flake8 && isort -c .

0 comments on commit 64aef99

Please sign in to comment.