mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +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
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@master
|
uses: golangci/golangci-lint-action@master
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
@ -25,7 +26,7 @@ jobs:
|
|||||||
git config --local user.name 'github-actions[bot]'
|
git config --local user.name 'github-actions[bot]'
|
||||||
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "🎨 改进代码样式"
|
git commit -m "chore(lint): 改进代码样式"
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ !github.head_ref }}
|
if: ${{ !github.head_ref }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user