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 2ad0b93 commit f591ba6Copy full SHA for f591ba6
.github/workflows/spectral.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Spectral checks
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- name: Test this action against an incorrect file.
12
id: expect-failure
13
continue-on-error: true
README.md
@@ -20,7 +20,7 @@ jobs:
20
21
22
# Check out the repository
23
24
25
# Run Spectral
26
- uses: stoplightio/spectral-action@latest
0 commit comments