We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7975c8d commit d6520ccCopy full SHA for d6520cc
.github/workflows/lint-spec.yml
@@ -5,11 +5,14 @@ on:
5
6
jobs:
7
build:
8
- name: Run Spectral
+ name: Lint
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
+ with:
18
+ file_glob: 'dist/*.yaml'
0 commit comments