We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc538f commit 6ba7fc5Copy full SHA for 6ba7fc5
.github/workflows/gradle.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Lint OpenAPI Specifications
23
uses: stoplightio/spectral-action@latest
24
with:
25
- file_glob: 'backend/*/api/src/main/resources/static/openapi/api.yml'
+ file_glob: 'backend/*/src/main/resources/static/openapi/api.yml'
26
spectral_ruleset: backend/config/.spectral.yaml
27
28
- name: Setup up JDK 20
0 commit comments