Skip to content

Commit 7749cb7

Browse files
committed
This action needs check
1 parent 983c8b1 commit 7749cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
args: --version
2424
version-file: "pyproject.toml"
2525
- name: Lint with Ruff
26-
run: ruff
26+
run: ruff check
2727
- name: Format with Ruff
2828
run: ruff format --check
2929

0 commit comments

Comments
 (0)