From 1db9e671b986b80ed33af591b374876c3e1d336a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Wed, 23 Oct 2024 16:49:46 +0200 Subject: [PATCH] --diff added to rickstaa/action-black@v1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c43568..e9e1753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Black Formatter uses: rickstaa/action-black@v1 with: - black_args: ". --check" + black_args: ". --check --diff" build: runs-on: ubuntu-latest