fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2353 from hey-api/ci/fix-fail

ci: fix pipelines

authored by

Lubos and committed by
GitHub
08f219ec f2e124ad

+4 -3
+2 -1
.vscode/extensions.json
··· 2 2 "recommendations": [ 3 3 "EditorConfig.EditorConfig", 4 4 "dbaeumer.vscode-eslint", 5 - "esbenp.prettier-vscode" 5 + "esbenp.prettier-vscode", 6 + "hilleer.yaml-plus-json" 6 7 ] 7 8 }
+2 -2
packages/openapi-ts-tests/main/test/index.test.ts
··· 560 560 createClient({ 561 561 dryRun: true, 562 562 input: 563 - 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v2.json', 563 + 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/specs/v2.json', 564 564 output: './generated/v2-downloaded/', 565 565 plugins: ['@hey-api/client-fetch'], 566 566 }), ··· 572 572 createClient({ 573 573 dryRun: true, 574 574 input: 575 - 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v3.json', 575 + 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/specs/v3.json', 576 576 output: './generated/v3-downloaded/', 577 577 plugins: ['@hey-api/client-fetch'], 578 578 }),