summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/darker-lint.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index de9ab45..ae766ad 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -14,6 +14,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
+ ref: feature/test-darker
- uses: actions/setup-python@v5
- name: darker install
@@ -26,7 +27,7 @@ jobs:
- name: Analyze Code with Darker
run: |
- darker -r "current" "feature/test-darker" .
+ darker -r current...HEAD
# - name: analyze
# run: |