Skip to content

Commit

Permalink
ci: fix ruff job name
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Aug 31, 2023
1 parent 9086b47 commit 928184c
Showing 1 changed file with 1 addition 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 @@ -26,7 +26,7 @@ jobs:
python -m pip install -e .[test]
- name: Run isort
run: python -m isort checker --check
- name: Run flake8
- name: Run ruff
run: python -m ruff checker
- name: Run mypy
run: python -m mypy checker
Expand Down

0 comments on commit 928184c

Please sign in to comment.