Skip to content

Commit

Permalink
Replace deprecated ruff command with ruff check in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Apr 14, 2024
1 parent 6c67342 commit 311a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install .
pip install -r requirements-dev.txt
- name: Run ruff
run: ruff mashumaro
run: ruff check mashumaro
- name: Run mypy
run: mypy mashumaro
- name: Run black
Expand Down

0 comments on commit 311a76a

Please sign in to comment.