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 0cf72f2..4183b93 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
+ fetch-tags: true
- uses: actions/setup-python@v5
- name: darker install
@@ -21,7 +22,7 @@ jobs:
- name: analyze
run: |
- darker -r :PRE-COMMIT: .
+ darker -r current .
# - name: Get head commit ID
# id: get-head-commit