Skip to content

Commit

Permalink
T0000: test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 27, 2024
1 parent 45f1114 commit 21c27ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
run: |
git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/base
git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/head
git branch temp-base refs/remotes/origin/temp-base
git branch temp-head refs/remotes/origin/temp-head
- name: Analyze Code
run: |
darker -r origin/base...origin/head --check --diff --lint "ruff check" --color .
darker -r temp-base...temp-head --check --diff --lint "ruff check" --color .

0 comments on commit 21c27ba

Please sign in to comment.