Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fuktommy committed Dec 27, 2024
1 parent 9965e0c commit c22fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pipenv install ruff pytest
- name: Lint with ruff
run: |
pipenv run ruff --select=E9,F63,F7,F82 .
pipenv run ruff check --select=E9,F63,F7,F82 .
- name: Test with pytest
run: |
pipenv run pytest
Expand Down

0 comments on commit c22fbce

Please sign in to comment.