diff options
-rw-r--r-- | .github/workflows/darker-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 4799c0f..8c0c5ef 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -37,4 +37,4 @@ jobs: - name: Analyze Code run: | - darker -r ${base_ref} --check --diff --lint "ruff check" --color ./src
\ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --color .
\ No newline at end of file |