Skip to content

Commit e187a31

Browse files
committed
chore: make lint happy
1 parent 0d80a43 commit e187a31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/gomod2nix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ jobs:
3838
git config --local user.name 'github-actions[bot]'
3939
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
4040
git add --all
41-
git commit -m "chore: bump deps"
41+
git commit -m "chore(nix): bump deps"
4242
- name: Create Pull Request
4343
if: ${{ !github.head_ref }}
4444
continue-on-error: true
4545
uses: peter-evans/create-pull-request@v8
4646
with:
4747
delete-branch: true
4848
branch-suffix: short-commit-hash
49+
with:
50+
title: "chore(nix): bump deps"

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
ref: master
2020
fetch-depth: 0
21+
submodules: 'recursive'
2122

2223
- name: Tidy Modules
2324
run: |
@@ -42,3 +43,5 @@ jobs:
4243
if: ${{ !github.head_ref }}
4344
continue-on-error: true
4445
uses: peter-evans/create-pull-request@v8
46+
with:
47+
title: "chore(lint): 改进代码样式"

0 commit comments

Comments
 (0)