Skip to content

Commit 2366aad

Browse files
update openapi linter
1 parent 5a1ff50 commit 2366aad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/openapi_check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
88
- uses: actions/checkout@v2
99

10-
# Runs a single command using the runners shell
11-
- name: swagger-cli
12-
uses: vaibhav-jain/spectral-action/@v2.6
10+
# Run Spectral
11+
- uses: stoplightio/spectral-action@v0.8.1
1312
with:
14-
file_path: openapi.yaml
13+
file_glob: openapi.yaml
14+
spectral_ruleset: .spectral.yaml

0 commit comments

Comments
 (0)