Skip to content

Commit d54936e

Browse files
committed
ci(tests[ruff check]): ruff . -> ruff check .
1 parent 294ef24 commit d54936e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Install dependencies
3232
run: poetry install --with=docs,test,coverage,lint
3333

34-
- name: Lint with ruff
35-
run: poetry run ruff .
34+
- name: Lint with ruff check
35+
run: poetry run ruff check .
3636

3737
- name: Format with ruff
3838
run: poetry run ruff format . --check

0 commit comments

Comments
 (0)