Skip to content

Commit

Permalink
Check for changes before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 21, 2024
1 parent 35c67b3 commit 590f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: |
git config --global user.name 'Jon Banafato'
git config --global user.email '[email protected]'
git commit -am "Autoformat CSV"
git diff --quiet || git commit -am "Autoformat CSV"
git push

0 comments on commit 590f047

Please sign in to comment.