mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 10:24:22 +08:00
style: 移除多个文件末尾的空行并格式化代码
refactor(ci): 统一字符串引号风格为单引号 refactor(color): 简化数组返回语法 docs: 调整文档中的代码注释格式 chore: 添加.gitattributes文件配置行尾符
This commit is contained in:
@@ -6,10 +6,10 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: "版本号(例如 1.2.3 或 v1.2.3)"
|
||||
description: '版本号(例如 1.2.3 或 v1.2.3)'
|
||||
required: false
|
||||
build:
|
||||
description: "构建命令标记(build:win|build:mac|build:linux|build:unpack|build:all)"
|
||||
description: '构建命令标记(build:win|build:mac|build:linux|build:unpack|build:all)'
|
||||
required: false
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user