summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/darker-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index bf4ff09..9bda80f 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -27,7 +27,7 @@ jobs:
- name: Analyze Code with Darker
run: |
- darker -r current...HEAD .
+ darker -r current...HEAD --diff .
# - name: analyze
# run: |