Skip to content

Commit c292b35

Browse files
committed
Update CI to use new ruff output argument
1 parent f055686 commit c292b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Run `ruff` using github formatting to enable automatic inline annotations.
2525
- name: Run ruff
26-
run: "ruff check --format=github ."
26+
run: "ruff check --output-format=github ."
2727

2828
- name: Run tests and generate coverage report
2929
run: python -m pytest -n auto --cov pydis_core -q

0 commit comments

Comments
 (0)