We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6520cc commit 98f67d5Copy full SHA for 98f67d5
1 file changed
.github/workflows/lint-spec.yml
@@ -9,10 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: stoplightio/spectral-action@latest
13
- name: Lint SDK specification
+ uses: stoplightio/spectral-action@latest
14
with:
15
file_glob: 'sdk/*.yaml'
16
- name: Lint distribution specification
17
18
19
file_glob: 'dist/*.yaml'
0 commit comments