From d84067d4eff4245af18ad8b367f0749e32d15b78 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sun, 1 Dec 2024 21:20:47 -0600 Subject: [PATCH] simplify debug output style: minimal change interesting! it does need checkout if you externalize the filter This reverts commit 6bedbe0b5b764cca13b0715a4e10d0c87ea340b3. --- .github/workflows/darker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/darker.yml b/.github/workflows/darker.yml index 963d0ac6fe..22b0431a44 100644 --- a/.github/workflows/darker.yml +++ b/.github/workflows/darker.yml @@ -1,7 +1,6 @@ name: Python linter (Darker) on: [workflow_call] - jobs: darker: runs-on: ubuntu-latest