mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 03:29:31 -07:00
build: update gh action commit workflow
This commit is contained in:
3
.github/workflows/eslint.yml
vendored
3
.github/workflows/eslint.yml
vendored
@@ -43,5 +43,4 @@ jobs:
|
||||
pnpm run lint
|
||||
git config --global user.email "noreply@github.com"
|
||||
git config --global user.name "CI"
|
||||
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier")
|
||||
git push
|
||||
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier" && git push)
|
||||
|
||||
Reference in New Issue
Block a user