diff options
| -rw-r--r-- | .github/workflows/darker-lint.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
