diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 0182d2682..f5f6cf0a9 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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