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 770514d commit f27da89Copy full SHA for f27da89
.github/workflows/lint.yaml
@@ -13,17 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- # - name: Override OpenAPI Version to 3.0.x (generator does not support 3.1)
17
- # run: |
18
- # for file in `find src -type f`; do
19
- # sed -i 's/openapi: "3.1.0"/openapi: "3.0.0"/' $file
20
- # done
21
- uses: stoplightio/spectral-action@v0.8.10
22
with:
23
file_glob: "src/*.yaml"
24
library-deployment:
25
needs: [lint]
26
+ if: github.event_name == 'push'
27
strategy:
28
matrix:
29
repo:
0 commit comments