From 689364ce1fed832559e267a1ea46d88c8e7686fc Mon Sep 17 00:00:00 2001 From: Rogerio Goncalves Date: Tue, 21 Jan 2025 15:59:43 -0300 Subject: [PATCH] ci/ruff: show format diff --- .github/workflows/ci-lintformat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lintformat.yaml b/.github/workflows/ci-lintformat.yaml index 789d32356..567d019b8 100644 --- a/.github/workflows/ci-lintformat.yaml +++ b/.github/workflows/ci-lintformat.yaml @@ -12,4 +12,4 @@ jobs: - uses: astral-sh/ruff-action@v3 - uses: astral-sh/ruff-action@v3 with: - args: "format --check" + args: "format --check --diff"