Skip to content

Commit

Permalink
Update CI to use new ruff output argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Oct 26, 2023
1 parent 1c1951f commit 8504f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

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

0 comments on commit 8504f78

Please sign in to comment.