Skip to content

Commit

Permalink
Merge pull request #714 from microsoftgraph/ci/redocly-validation-fail
Browse files Browse the repository at this point in the history
ci: removes continue on error for OAS validation
  • Loading branch information
baywet authored Nov 15, 2024
2 parents 051f0e0 + 483cd29 commit 014d084
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/metadata-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:

- name: Validate description with redocly
uses: fluximus-prime/redocly-cli-github-action@v1
continue-on-error: true # temporary workaround since our descriptions are invalid at the moment
with:
args: 'lint transformed_${{ matrix.version }}_${{ matrix.settings }}_metadata.yml --skip-rule operation-4xx-response --skip-rule no-server-trailing-slash --skip-rule no-unused-components --skip-rule security-defined --skip-rule info-license-url --skip-rule info-license --skip-rule no-empty-servers --skip-rule operation-summary --skip-rule tag-description --max-problems 1000'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/openapi-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:

- name: Validate description with redocly
uses: fluximus-prime/redocly-cli-github-action@v1
continue-on-error: true # temporary workaround since our descriptions are invalid at the moment
with:
args: 'lint openapi/${{ matrix.version }}/${{ matrix.settings }}.yaml --skip-rule operation-4xx-response --skip-rule no-server-trailing-slash --skip-rule no-unused-components --skip-rule security-defined --skip-rule info-license-url --skip-rule info-license --skip-rule no-empty-servers --skip-rule operation-summary --skip-rule tag-description --max-problems 1000'

0 comments on commit 014d084

Please sign in to comment.