We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1ff50 commit 2366aadCopy full SHA for 2366aad
1 file changed
.github/workflows/openapi_check.yaml
@@ -7,8 +7,8 @@ jobs:
7
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
8
- uses: actions/checkout@v2
9
10
- # Runs a single command using the runners shell
11
- - name: swagger-cli
12
- uses: vaibhav-jain/spectral-action/@v2.6
+ # Run Spectral
+ - uses: stoplightio/spectral-action@v0.8.1
13
with:
14
- file_path: openapi.yaml
+ file_glob: openapi.yaml
+ spectral_ruleset: .spectral.yaml
0 commit comments