Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit e4c2953

Browse files
Jozef VolakJozefiel
authored andcommitted
[gha] Ruff check with new cli
1 parent 5cddfc9 commit e4c2953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
poetry run mypy .
8585
- name: Run ruff.
8686
run: |
87-
poetry run ruff .
87+
poetry run ruff check .
8888
- name: Run pyright.
8989
run: |
9090
poetry run pyright .

0 commit comments

Comments
 (0)