Skip to content

Commit

Permalink
lint the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Sep 25, 2024
1 parent 6ce97af commit 09770a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metadata-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
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'
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'

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 09770a4

Please sign in to comment.