File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
15
15
uses : actions/checkout@v2
16
16
with :
17
17
fetch-depth : 0
18
- - name : Lint YAML & JSON
18
+ - name : YAML & JSON Lint
19
19
uses : github/super-linter@v3
20
20
env :
21
21
VALIDATE_ALL_CODEBASE : false
22
22
VALIDATE_YAML : true
23
23
VALIDATE_JSON : true
24
24
DEFAULT_BRANCH : main
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
- - name : Spectral OpenAPI Schema Check
27
- uses : stoplightio/spectral- action@v0.5.5
26
+ - name : OpenAPI Lint
27
+ uses : xuorig/redocly-cli-lint- action@v0.0.1
28
28
with :
29
- file_glob : descriptions/**/*.yaml
30
- repo_token : ${{ secrets.GITHUB_TOKEN }}
29
+ entrypoints : ' descriptions/**/*.yaml'
30
+ config : ' .redocly.yml '
Original file line number Diff line number Diff line change
1
+ # Very minimal redocly-cli configuration for last chance checks
2
+ lint :
3
+ extends :
4
+ - minimal
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments