Skip to content

Commit

Permalink
Wiring flake8 with the PR pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Teodor Parvanov <[email protected]>
  • Loading branch information
teoparvanov committed Nov 8, 2024
1 parent d4c97b3 commit 39aacfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r linters-requirements.txt
- name: Lint using built-in script
run: bash shell/lint.sh
run: bash shell/lint.sh
- name: Lint with flake8
run: |
flake8 --show-source

0 comments on commit 39aacfc

Please sign in to comment.