diff --git a/.github/workflows/style-checks.yml b/.github/workflows/style-checks.yml index fc86af522e..121af62e1b 100644 --- a/.github/workflows/style-checks.yml +++ b/.github/workflows/style-checks.yml @@ -20,5 +20,5 @@ jobs: run: | pip install ruff - - run: ruff check . + - run: ruff check --output-format=github . - run: ruff format --check .