We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feed3db commit 7ec00deCopy full SHA for 7ec00de
1 file changed
.github/workflows/review.yaml
@@ -41,6 +41,7 @@ jobs:
41
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
with:
43
fetch-depth: 0
44
- - uses: swaggerexpert/swagger-editor-validate@264fd875d3c6e1bf65da1f0a63e095cbe41ffef3 # v1.5.1
+ - uses: swaggerexpert/apidom-validate@e5f5f23a9258709b041cf2b8d7040858057fface # v1
45
46
- definition-file: ./docs/openapiv2/apidocs.swagger.json
+ definition-file: './docs/openapiv2/apidocs.swagger.json'
47
+ fails-on: 1
0 commit comments