Skip to content

Commit

Permalink
T0000: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 4, 2024
1 parent 2db4d12 commit 0fb05bb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- name: Analyze Code
run: |
cd repo
git checkout origin/base -- ruff.toml
cat ruff.toml
if git ls-tree -r origin/base --name-only | grep -q '^ruff.toml$'; then
git checkout origin/base -- ruff.toml
echo "Using ruff.toml from base repo"
else
echo "No ruff.toml found in base repo"
fi
darker -r origin/base --check --diff --lint "ruff check" --color .

0 comments on commit 0fb05bb

Please sign in to comment.