From ed09677a6b1e0bf737cc502d3d061f7fb199a1e7 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:35:07 +0530 Subject: T0000: check --- .github/workflows/darker-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index c69d0fa..250d355 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - fetch-tags: true ref: feature/test-darker + - uses: actions/setup-python@v5 - name: darker install @@ -28,7 +28,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current...HEAD --check --diff --lint "pylint --errors-only" --color . + darker -r current... --check --diff --lint "pylint --errors-only" --color ./src # - name: analyze -- cgit v1.2.3