Skip to content

Commit

Permalink
revert: remove format (darker) for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Oct 25, 2023
1 parent 98eaa3c commit c804455
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run:
working-directory: ${{ matrix.packages }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand All @@ -39,9 +41,9 @@ jobs:
- name: Test
run: |
make test
- name: Commit Range
id: commit-range
uses: akaihola/darker/.github/actions/[email protected]
- name: Format (darker)
run: |
DIFF="--diff" CHECK="--check" REVISION="--revision='${{ steps.commit-range.outputs.commit-range }}'" make format
# - name: Commit Range
# id: commit-range
# uses: akaihola/darker/.github/actions/[email protected]
# - name: Format (darker)
# run: |
# DIFF="--diff" CHECK="--check" REVISION="--revision='${{ steps.commit-range.outputs.commit-range }}'" make format

0 comments on commit c804455

Please sign in to comment.