File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11# 代码格式检查
22
3- name : code- review
3+ name : code review
44
55on :
66 push :
Original file line number Diff line number Diff line change 11# 此操作会扫描您的拉取请求以查找依赖项更改,如果引入任何漏洞或无效许可证,则会引发错误
22
3- name : dependency- review
3+ name : dependency review
44
55on :
66 pull_request :
Original file line number Diff line number Diff line change 11# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
22# 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
33
4- name : release- please
4+ name : release please
55
66on :
77 push :
Original file line number Diff line number Diff line change 11# oas-gen-ts
22
3- [ ![ ] [ code-review-badge ]] [ code-review-link ] [ ![ ] [ code-quality-badge ]] [ code-quality-link ] [ ![ ] [ code-coverage-badge ]] [ code-coverage-link ] ![ ] [ version-badge ] ![ ] [ license-badge ]
3+ [ ![ code-review] ( https://github.com/cloudcome/oas-gen-ts/actions/workflows/code-review.yml/badge.svg )] ( https://github.com/cloudcome/oas-gen-ts/actions/workflows/code-review.yml )
4+ [ ![ dependency-review] ( https://github.com/cloudcome/oas-gen-ts/actions/workflows/dependency-review.yml/badge.svg )] ( https://github.com/cloudcome/oas-gen-ts/actions/workflows/dependency-review.yml )
5+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/e788387e5e27472ba3b5003bf19aeea7 )] ( https://app.codacy.com/gh/cloudcome/oas-gen-ts/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
6+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Coverage/e788387e5e27472ba3b5003bf19aeea7 )] ( https://app.codacy.com/gh/cloudcome/oas-gen-ts/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage )
7+ ![ version] [ version-badge ]
8+ ![ license] [ license-badge ]
49
510OpenAPI Specification ➡️ TypeScript
611
@@ -145,11 +150,5 @@ generate({
145150
146151** At least one of ` url ` and ` spec ` exists**
147152
148- [ code-review-badge ] : https://github.com/cloudcome/oas-gen-ts/actions/workflows/code-review.yml/badge.svg
149- [ code-review-link ] : https://github.com/cloudcome/oas-gen-ts/actions/workflows/code-review.yml
150- [ code-quality-badge ] : https://app.codacy.com/project/badge/Grade/e788387e5e27472ba3b5003bf19aeea7
151- [ code-quality-link ] : https://www.codacy.com/gh/cloudcome/oas-gen-ts/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cloudcome/oas-gen-ts&utm_campaign=Badge_Grade
152- [ code-coverage-badge ] : https://app.codacy.com/project/badge/Coverage/e788387e5e27472ba3b5003bf19aeea7
153- [ code-coverage-link ] : https://www.codacy.com/gh/cloudcome/oas-gen-ts/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cloudcome/oas-gen-ts&utm_campaign=Badge_Coverage
154153[ version-badge ] : https://img.shields.io/npm/v/oas-gen-ts
155154[ license-badge ] : https://img.shields.io/github/license/cloudcome/oas-gen-ts
You can’t perform that action at this time.
0 commit comments