Skip to content

Commit

Permalink
T0000: correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 27, 2024
1 parent c156b32 commit 4962666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Fetch base branch
run: |
git fetch origin ${base_ref}:${base_ref}
git fetch origin ${base_ref}:refs/remotes/origin/base-current
- name: Analyze Code
run: |
darker -r ${base_ref} --check --diff --lint "ruff check" --color .
darker -r origin/base-current --check --diff --lint "ruff check" --color .

0 comments on commit 4962666

Please sign in to comment.