Skip to content

Commit

Permalink
fix: add all OpenAPI spec docs to the validation call
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Nov 4, 2022
1 parent c2f0bc8 commit c29ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "{\"extends\":[\"spectral:oas\",\"spectral:asyncapi\"]}" >> .spectral.json
- name: Validate Open API specs
run: |
npx @stoplight/spectral-cli lint ./packages/auth/openapi/*-server.yaml
npx @stoplight/spectral-cli lint ./packages/auth/openapi/id-provider.yaml ./packages/auth/openapi/resource-server.yaml
openapi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c29ba18

Please sign in to comment.