Skip to content

Commit cd73cc8

Browse files
committed
Fix typo in ruff linting
1 parent 0d5d115 commit cd73cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Install python prerequisites
2929
run: pip install -U --user ruff
3030
- name: Ruff lint
31-
run: ruff --check
31+
run: ruff check

0 commit comments

Comments
 (0)