We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7554e commit f01d6acCopy full SHA for f01d6ac
.github/workflows/azure-dev-build-only.yml
@@ -66,7 +66,7 @@ jobs:
66
dotnet build
67
68
69
- - name: OpenAPI linting
+ - name: Lint OpenAPI doc
70
shell: bash
71
run: |
72
API_VERSION=$(grep -oP 'public const string Version = "\K[^"]+' ./src/AzureOpenAIProxy.ApiApp/Constants.cs)
.github/workflows/azure-dev.yml
@@ -79,7 +79,7 @@ jobs:
79
80
dotnet build -c Release
81
82
83
84
85
0 commit comments