Skip to content

Commit

Permalink
commit and push reformatting
Browse files Browse the repository at this point in the history
closes #438
  • Loading branch information
dwinston committed Jan 17, 2024
1 parent 1abf073 commit 9c8ee27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
make init
make lint
make black
- name: commit and push if reformatted
run: |
if git status --short | grep -q '\.py$'; then git add *.py && git commit -m "style: reformat" && git push; fi

0 comments on commit 9c8ee27

Please sign in to comment.