Skip to content

Commit

Permalink
style(flake8): Fix flake8 command
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jun 28, 2024
1 parent 1e00404 commit d1437f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
- name : flake8 check
run: |
flake8 -v -v ./${{ env.SOURCES }}
cd ${{ env.SOURCES }}
flake8 -v -v ./

0 comments on commit d1437f6

Please sign in to comment.