File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ branches :
4
+ - master
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v2
10
+ - uses : actions/setup-node@v1
11
+ - run : npm install
12
+ - run : npm run build
Original file line number Diff line number Diff line change 1
- [ ![ version
1
+ [ ![ version(scoped)] ( https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg )] ( https://www.npmjs.com/package/@manifoldco/swagger-to-ts )
2
+ [ ![ codecov] ( https://codecov.io/gh/manifoldco/swagger-to-ts/branch/master/graph/badge.svg )] ( https://codecov.io/gh/manifoldco/swagger-to-ts )
3
+ [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmanifoldco%2Fswagger-to-ts%2Fbadge&style=flat )] ( https://actions-badge.atrox.dev/manifoldco/swagger-to-ts/goto )
2
4
3
5
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square )] ( #contributors- )
5
- <!-- ALL-CONTRIBUTORS-BADGE:END -->
6
6
7
- (scoped)] ( https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg )] ( https://www.npmjs.com/package/@manifoldco/swagger-to-ts )
8
- [ ![ codecov] ( https://codecov.io/gh/manifoldco/swagger-to-ts/branch/master/graph/badge.svg )] ( https://codecov.io/gh/manifoldco/swagger-to-ts )
7
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-8-orange.svg )] ( #contributors- )
8
+
9
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
9
10
10
11
# 📘️ swagger-to-ts
11
12
@@ -274,6 +275,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
274
275
275
276
<!-- markdownlint-enable -->
276
277
<!-- prettier-ignore-end -->
278
+
277
279
<!-- ALL-CONTRIBUTORS-LIST:END -->
278
280
279
281
This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments