Skip to content

Commit b73187e

Browse files
committed
🆙 update spectral to v6
1 parent e106e7d commit b73187e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- uses: actions/checkout@v2
143143
- name: Spectral checks
144-
uses: stoplightio/spectral-action@v0.7.0
144+
uses: stoplightio/spectral-action@v0.8.1
145145
with:
146146
file_glob: docs/v3-api.yaml
147147
repo_token: ${{ secrets.GITHUB_TOKEN }}

.spectral.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
extends: spectral:oas
22
rules:
3-
operation-2xx-response: false
3+
operation-success-response: false

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SOURCES ?= $(shell find . -path "./vendor" -prune -o -type f -name "*.go" -print
22

33
TEST_DB_PORT := 3100
44
TBLS_VERSION := 1.49.6
5-
SPECTRAL_VERSION := 5.4.0
5+
SPECTRAL_VERSION := 6.1.0
66

77
.DEFAULT_GOAL := help
88

0 commit comments

Comments
 (0)