Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Li committed Nov 25, 2024
1 parent eafada8 commit a061a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ generate:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "test"
git push
git diff --quiet && git diff --staged --quiet || git commit -m "test"
git push || true

all: install format lint test

Expand Down

0 comments on commit a061a2d

Please sign in to comment.