Skip to content

Commit

Permalink
fix: 优化 actions 40
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 17, 2023
1 parent d929414 commit 5b44175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 代码格式检查

name: code-review
name: code review

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 此操作会扫描您的拉取请求以查找依赖项更改,如果引入任何漏洞或无效许可证,则会引发错误

name: dependency-review
name: dependency review

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
# 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。

name: release-please
name: release please

on:
push:
Expand Down

0 comments on commit 5b44175

Please sign in to comment.