-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Devops] Feature/221 add openapi linting #243
[Devops] Feature/221 add openapi linting #243
Conversation
Add settings for OpenAPI linting in build stage Related to: aliencube#221
Related to: aliencube#221
spectral-action requires "check: write" permission Related to: aliencube#221
c7546a9
to
7604201
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코멘트 남겨뒀습니다. 확인해 주세요!
이게 지금 권한 문제가 생겨서 방법을 찾는 중입니다. ㄷㄷㄷ 현재로서는 액션 결과 화면에서만 볼 수 있게 되어 있어요. |
Since openapi.json does not always need to be created after build, the command is separated from the csproj file into a github action task. Related to: aliencube#221
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
몇가지 아이디어를 코멘트로 남겼습니다. 같이 논의해 봐요.
To keep the Verb + Object format Related to: aliencube#221
196daf7
to
f01d6ac
Compare
spectral cli is not suitable for providing report Related to: aliencube#221
Because of github token and permisson issues Related to: aliencube#221
87193da
to
12f800b
Compare
This reverts commit 12f800b.
remove swashbuckle-cli because openapi.json created by swashbuckle-cli does not contains OpenAPI servers info. In github task, Waring is also treated as Error on this project. Related to: aliencube#221
Related to: aliencube#221
Related to: aliencube#221
Related to: aliencube#221
Related to: aliencube#221
seperate run integration tests job to Run AzureOpenAIProxy.AppHost in background and Run integration tests Related to: aliencube#221
This reverts commit 0e6c661.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
swagger.json 생성
doc linting
논의사항