summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-24 17:54:27 +0530
committerGitHub <noreply@github.com>2024-08-24 17:54:27 +0530
commitaa94c8c6a2678aaf59f7ef3b9277ab7aff2bb4b2 (patch)
tree4a4496131eb68219c7468de299ca2e5f0685fc22
parente53a149d73f5dbd5643601f1a605bb9589650fb9 (diff)
downloadvyos-workflow-test-temp-aa94c8c6a2678aaf59f7ef3b9277ab7aff2bb4b2.tar.gz
vyos-workflow-test-temp-aa94c8c6a2678aaf59f7ef3b9277ab7aff2bb4b2.zip
T0000: test
-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