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 f7d41f3 commit ed09677
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 @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
ref: feature/test-darker

- uses: actions/setup-python@v5

- name: darker install
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Analyze Code with Darker
run: |
darker -r current...HEAD --check --diff --lint "pylint --errors-only" --color .
darker -r current... --check --diff --lint "pylint --errors-only" --color ./src
# - name: analyze
Expand Down

0 comments on commit ed09677

Please sign in to comment.