From 9231e49911a114202951f1843eb4a658b62473e3 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Mon, 21 Oct 2024 15:01:06 +0200 Subject: [PATCH] Add diff to ci --- .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 91667f49..3e5e451b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - run: echo "${GITHUB_WORKSPACE}" >> $GITHUB_PATH - - run: nix develop .#format -c poetry run isort --check-only ./tested ./tests + - run: nix develop .#format -c poetry run isort --check-only --diff ./tested ./tests - run: nix develop .#format -c poetry run black --check ./tested ./tests types: if: ${{ github.event.action != 'labeled' || (github.event.action == 'labeled' && github.event.label.name == 'run tests') }}