Skip to content

Commit 52d745c

Browse files
authored
Merge pull request #10 from hnsylitao/main
chore: update master branch to main branch
2 parents 2b5e1d4 + 4a4f194 commit 52d745c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-pr-title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: aslafy-z/conventional-pr-title-action@master
14+
- uses: aslafy-z/conventional-pr-title-action@main
1515
with:
1616
preset: conventional-changelog-angular@^5.0.6
1717
env:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ English | [简体中文](./README.zh-CN.md)
44
<img src="https://img.alicdn.com/tfs/TB1fHhZu4D1gK0jSZFyXXciOVXa-2500-1200.png">
55
<a href="https://www.npmjs.com/package/@formily/vant"><img src="https://img.shields.io/npm/v/@formily/vant.svg"></a>
66
<a href="https://codecov.io/gh/formilyjs/vant">
7-
<img src="https://codecov.io/gh/formilyjs/vant/branch/master/graph/badge.svg?token=3V9RU8Wh9d"/>
7+
<img src="https://codecov.io/gh/formilyjs/vant/branch/main/graph/badge.svg?token=3V9RU8Wh9d"/>
88
</a>
99
<img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/>
1010
<a href="https://github.com/actions-cool/issues-helper">

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/npm/dm/@formily/vant"/>
77
<a href="https://www.npmjs.com/package/@formily/vant"><img src="https://img.shields.io/npm/v/@formily/vant.svg"></a>
88
<a href="https://codecov.io/gh/formilyjs/vant">
9-
<img src="https://codecov.io/gh/formilyjs/vant/branch/master/graph/badge.svg?token=3V9RU8Wh9d"/>
9+
<img src="https://codecov.io/gh/formilyjs/vant/branch/main/graph/badge.svg?token=3V9RU8Wh9d"/>
1010
</a>
1111
<img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/>
1212
<a href="https://github.com/actions-cool/issues-helper">

0 commit comments

Comments
 (0)