Skip to content

Commit

Permalink
T0000: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 26, 2024
1 parent c301867 commit 8783f34
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
ref: feature/test-darker
- uses: actions/setup-python@v5

- name: darker install
run: |
pip install --upgrade darker~=2.1.1
# - name: darker install
# run: |
# pip install --upgrade darker~=2.1.1

- name: Fetch current branch
run: |
git fetch origin current:current
- name: Analyze Code with Darker
run: |
darker -r current...HEAD --diff --check --lint .
# - name: Analyze Code with Darker
# run: |
# darker -r current...HEAD --diff --check .

# - name: analyze
# run: |
Expand All @@ -50,10 +50,10 @@ jobs:
# echo "Head commit ID: ${{ steps.get-head-commit.outputs.head_commit }}"
# echo "Base commit ID: ${{ steps.get-base-commit.outputs.base_commit }}"

# - uses: akaihola/[email protected]
# with:
# options: "--check --diff --isort --color"
# src: "."
# version: "~=2.1.1"
# lint: "flake8,pylint==2.13.1"
# revision: "current..."
- uses: akaihola/[email protected]
with:
options: "--check --diff --isort --color"
src: "."
version: "~=2.1.1"
lint: "flake8,pylint==2.13.1"
revision: "current...HEAD"

0 comments on commit 8783f34

Please sign in to comment.