mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
optimize: workflow
This commit is contained in:
parent
0c55c743f7
commit
209b2e8a1f
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
version: latest
|
||||
|
||||
@ -25,7 +26,7 @@ jobs:
|
||||
git config --local user.name 'github-actions[bot]'
|
||||
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git add --all
|
||||
git commit -m "🎨 改进代码样式"
|
||||
git commit -m "chore(lint): 改进代码样式"
|
||||
|
||||
- name: Create Pull Request
|
||||
if: ${{ !github.head_ref }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user