Skip to content

Commit

Permalink
fix: 优化 actions 38
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 17, 2023
1 parent 9fcc50b commit af3ba2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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
5 changes: 4 additions & 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 Expand Up @@ -35,6 +35,9 @@ jobs:
- uses: ./.github/actions/node-env
- run: npm ci
- run: npm run test-coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- uses: codacy/codacy-coverage-reporter-action@v1
with:
api-token: ${{ secrets.CODACY_API_TOKEN }}
Expand Down

0 comments on commit af3ba2d

Please sign in to comment.