Skip to content

Commit

Permalink
ci: make sure go-run'ing binaries works (getkin#894)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp authored Jan 22, 2024
1 parent 9d820c9 commit e0f8dbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ jobs:
run: |
! git grep -InE 'require[.].+err.Error'
- if: runner.os == 'Linux'
name: Ensure go-run'ing binaries works
run: go run -a github.com/getkin/kin-openapi/cmd/validate@latest -- openapi3/testdata/test.openapi.yml

- if: runner.os == 'Linux'
name: Missing specification object link to definition
run: |
Expand Down

0 comments on commit e0f8dbd

Please sign in to comment.