mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-08 22:39:50 +08:00
chore: make lint happy
This commit is contained in:
parent
0d80a43055
commit
e187a3159c
4
.github/workflows/gomod2nix.yml
vendored
4
.github/workflows/gomod2nix.yml
vendored
@ -38,7 +38,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 "chore: bump deps"
|
git commit -m "chore(nix): bump deps"
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ !github.head_ref }}
|
if: ${{ !github.head_ref }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@ -46,3 +46,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
branch-suffix: short-commit-hash
|
branch-suffix: short-commit-hash
|
||||||
|
with:
|
||||||
|
title: "chore(nix): bump deps"
|
||||||
|
|||||||
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Tidy Modules
|
- name: Tidy Modules
|
||||||
run: |
|
run: |
|
||||||
@ -42,3 +43,5 @@ jobs:
|
|||||||
if: ${{ !github.head_ref }}
|
if: ${{ !github.head_ref }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: peter-evans/create-pull-request@v8
|
uses: peter-evans/create-pull-request@v8
|
||||||
|
with:
|
||||||
|
title: "chore(lint): 改进代码样式"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user