Skip to content

Commit

Permalink
xxx-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ingomueller-net committed Nov 7, 2024
1 parent e31044c commit e2d61a6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/python_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -18,11 +18,5 @@ jobs:
run: pip install darker
- name: Run darker
run: |
pwd
ls
git status
git branch
git show
echo ${{ github.event.pull_request.head.sha }}
git show origin/main
git log --decorate --oneline
darker --revision origin/main . --diff --check

0 comments on commit e2d61a6

Please sign in to comment.