microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
.typespec-integration/config.yaml
17lines · modecode
| 1 | suites: |
| 2 | azure-specs: |
| 3 | repo: https://github.com/Azure/azure-rest-api-specs |
| 4 | branch: typespec-next |
| 5 | pattern: "specification/**/tspconfig.yaml" |
| 6 | entrypoints: |
| 7 | - name: "client.tsp" |
| 8 | options: ["--no-emit"] |
| 9 | - name: "main.tsp" |
| 10 | azure-specs-pr: |
| 11 | repo: https://github.com/Azure/azure-rest-api-specs-pr |
| 12 | branch: typespec-next |
| 13 | pattern: "specification/**/tspconfig.yaml" |
| 14 | entrypoints: |
| 15 | - name: "client.tsp" |
| 16 | options: ["--no-emit"] |
| 17 | - name: "main.tsp" |
| 18 | |