Skip to content

Commit

Permalink
fix spectral check
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Oct 15, 2021
1 parent fbc7e13 commit 84fcfda
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: npx @stoplight/spectral lint schema/public.openapi.yaml
- run: npx @stoplight/spectral lint schema/private.openapi.yaml
- run: npx @stoplight/spectral@6.0.0 lint schema/public.openapi.yaml
- run: npx @stoplight/spectral@6.0.0 lint schema/private.openapi.yaml

golang:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .spectral.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: spectral:oas
71 changes: 35 additions & 36 deletions internal/api/controllers/public/spec.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion schema/public.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ components:
type: object
additionalProperties:
type: string
default: {}

RunStatus:
description: Current status of a Playbook run
Expand Down

0 comments on commit 84fcfda

Please sign in to comment.