chore: make lint happy

This commit is contained in:
源文雨
2025-12-23 17:31:44 +08:00
parent 0d80a43055
commit e187a3159c
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ jobs:
with:
ref: master
fetch-depth: 0
submodules: 'recursive'
- name: Tidy Modules
run: |
@@ -42,3 +43,5 @@ jobs:
if: ${{ !github.head_ref }}
continue-on-error: true
uses: peter-evans/create-pull-request@v8
with:
title: "chore(lint): 改进代码样式"