Azure Maps Weather Service: ordered the enum tables how they should appear in the docs. #5500
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "[TEST-IGNORE] Swagger SemanticValidation" | |
on: pull_request | |
permissions: | |
contents: read | |
jobs: | |
oav: | |
name: "[TEST-IGNORE] Swagger SemanticValidation" | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 2 | |
- name: Setup Node and install deps | |
uses: ./.github/actions/setup-node-install-deps | |
- name: Swagger Semantic Validation | |
run: | | |
npm exec --no -- oav-runner specs |