Skip to content

Commit

Permalink
T0000: check
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 26, 2024
1 parent 38878c9 commit d5e4983
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 @@ -29,12 +29,12 @@ jobs:

- name: darker install
run: |
pip install git+https://github.com/akaihola/darker.git@master isort==5.11.4 ruff>=0.0.292
pip install git+https://github.com/akaihola/darker.git@master ruff>=0.0.292
- name: Fetch base branch
run: |
git fetch origin ${base_ref}:${base_ref}
- name: Analyze Code
run: |
darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src
darker -r ${base_ref} --check --diff --lint "ruff check" --color ./src

0 comments on commit d5e4983

Please sign in to comment.