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 b1037f9 commit e30ec49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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/id-provider|resource-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
1 change: 1 addition & 0 deletions .spectral.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"extends":["spectral:oas","spectral:asyncapi"]}

0 comments on commit e30ec49

Please sign in to comment.