From 43f2398e14f42683695472a3d674a0e85dc7721c Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:28:26 +1100 Subject: [PATCH] feat: use ruff's github output format for action --- .github/workflows/style-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .