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 9d820c9 commit e0f8dbdCopy full SHA for e0f8dbd
.github/workflows/go.yml
@@ -131,6 +131,10 @@ jobs:
131
run: |
132
! git grep -InE 'require[.].+err.Error'
133
134
+ - if: runner.os == 'Linux'
135
+ name: Ensure go-run'ing binaries works
136
+ run: go run -a github.com/getkin/kin-openapi/cmd/validate@latest -- openapi3/testdata/test.openapi.yml
137
+
138
- if: runner.os == 'Linux'
139
name: Missing specification object link to definition
140
0 commit comments