Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Apr 16, 2024
1 parent 3d40a9a commit 8ad67f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
python-version: 3.10.12
- name: Install dependencies
run: pdm install
- name: Install dependencies
run: |
pdm add flake8 pytest
- name: Lint with flake8
run: |
pdm add flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit 8ad67f5

Please sign in to comment.