Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut authored Apr 18, 2024
1 parent 18a42b9 commit 9dc47d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
python -m pdm install --global --project . --check --no-editable --dev
- name: Lint with flake8
run: |
pdm run python -m flake8 .
python -m flake8 .
- name: Run Python app
run: |
pdm run python .
python .
- name: Check if new files generated
run: |
if ! git diff --quiet --exit-code; then
Expand Down

0 comments on commit 9dc47d4

Please sign in to comment.