Skip to content

Commit e4ef7c2

Browse files
committed
fix: ruff param
1 parent 7468316 commit e4ef7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pip install .[tests]
3131

3232
- name: 🧶 Lint
33-
run: ruff check --ouput-format=github .
33+
run: ruff check --output-format=github .
3434

3535
- name: 🧪 Run pytest
3636
run: pytest

0 commit comments

Comments
 (0)