Skip to content

Commit 6ba7fc5

Browse files
committed
#45 Fix Spectral path
1 parent 6bc538f commit 6ba7fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Lint OpenAPI Specifications
2323
uses: stoplightio/spectral-action@latest
2424
with:
25-
file_glob: 'backend/*/api/src/main/resources/static/openapi/api.yml'
25+
file_glob: 'backend/*/src/main/resources/static/openapi/api.yml'
2626
spectral_ruleset: backend/config/.spectral.yaml
2727

2828
- name: Setup up JDK 20

0 commit comments

Comments
 (0)