Skip to content

Commit 98f67d5

Browse files
Fix GA uses error
1 parent d6520cc commit 98f67d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-spec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: stoplightio/spectral-action@latest
1312
- name: Lint SDK specification
13+
uses: stoplightio/spectral-action@latest
1414
with:
1515
file_glob: 'sdk/*.yaml'
1616
- name: Lint distribution specification
17+
uses: stoplightio/spectral-action@latest
1718
with:
1819
file_glob: 'dist/*.yaml'

0 commit comments

Comments
 (0)