Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Meyers committed Jun 13, 2023
1 parent 432786d commit 66454ce
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ jobs:
- name: Run pytest
run: poetry run pytest

- name: Run Black
run: poetry run black --check --diff talking_decks

- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git diff-index --quiet HEAD || git commit -m "Apply Black formatting"

0 comments on commit 66454ce

Please sign in to comment.