File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : unittest
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ test :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v3
10
+ - uses : actions/setup-node@v3
11
+ with :
12
+ node-version : 20
13
+ - name : Cache Modules
14
+ uses : actions/cache@v3
15
+ with :
16
+ path : " **/node_modules"
17
+ key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
18
+ - run : npm run install
19
+ - run : npm run test
20
+
Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ test/e2e/generated
15
15
samples /generated
16
16
samples /swagger-codegen-cli-v2.jar
17
17
samples /swagger-codegen-cli-v3.jar
18
+ .env
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " openapi-typescript-codegen" ,
3
- "version" : " 0.27.0 " ,
2
+ "name" : " @canoapbc/ openapi-typescript-codegen" ,
3
+ "version" : " 0.27.2 " ,
4
4
"description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
5
5
"author" : " Ferdi Koomen" ,
6
- "homepage" : " https://github.com/ferdikoomen /openapi-typescript-codegen" ,
6
+ "homepage" : " https://github.com/CanoaPBC /openapi-typescript-codegen" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " git+https://github.com/ferdikoomen /openapi-typescript-codegen.git"
9
+ "url" : " git+https://github.com/CanoaPBC /openapi-typescript-codegen.git"
10
10
},
11
11
"bugs" : {
12
12
"url" : " https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
You can’t perform that action at this time.
0 commit comments