We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0f0bb commit 2e2c681Copy full SHA for 2e2c681
.github/workflows/build.yml
@@ -22,11 +22,10 @@ jobs:
22
with:
23
node-version: '20'
24
cache: 'npm'
25
- - run: npm run compile
26
- name: Compile TypeSpec
27
- run: tsp compile src/main.tsp --emit @typespec/openapi3
+ run: npx --yes tsp compile src/main.tsp --emit @typespec/openapi3
28
- name: Fix OpenAPI
29
run: ./fixOpenApi.ps1
30
shell: pwsh
31
- name: Update docs
32
- uses: test-room-7/action-update-file@v2.0.0
+ uses: test-room-7/action-update-file@v2.0.0
0 commit comments