Skip to content

Commit

Permalink
Fix indentation in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
wiso committed Nov 15, 2023
1 parent 9e955a2 commit 821c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
pip install ruff
ruff --output-format=github .
continue-on-error: true
continue-on-error: true
- name: Test with pytest
run: |
pytest

0 comments on commit 821c6f0

Please sign in to comment.