From ca6dfb96ef60edd324b4ce1b0f12da92ee0b6fba Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:27:56 +0530 Subject: T0000: test --- .github/workflows/darker-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: | -- cgit v1.2.3