Skip to content

Commit

Permalink
continue if error in ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aidencullo committed Jan 25, 2024
1 parent 871af73 commit cf6b394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with Ruff
run: |
pip install ruff==0.1.11
ruff --output-format=github .
continue-on-error: true
- name: Test with Pytest
run: |
pytest
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ python-dotenv==1.0.0
pytz==2023.3.post1
six==1.16.0
tzdata==2023.4
ruff==0.1.11

0 comments on commit cf6b394

Please sign in to comment.