File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ wget -P $folder ${baseUrl}${file}
18
18
echo " linting $file OAS file"
19
19
yarn spectral lint $folder /$file -v -r $spectralConfig
20
20
21
- # # Updates made to the following need to be refected in their respective .openapi OAS files before the linting can pass and added to CI
21
+ file=' connector_mgmt.yaml'
22
+ wget -P $folder ${baseUrl}${file}
23
+ echo " linting $file OAS file"
24
+ yarn spectral lint $folder /$file -v -r $spectralConfig
22
25
23
- # file='connector_mgmt.yaml'
24
- # wget -P $folder ${baseUrl}${file}
25
- # echo "linting $file OAS file"
26
- # yarn spectral lint $folder/$file -v -r $spectralConfig
26
+ # # Updates made to the following need to be refected in their respective .openapi OAS files before the linting can pass and added to CI
27
27
28
28
# file='smartevents.yaml'
29
29
# wget -P $folder ${baseUrl}${file}
You can’t perform that action at this time.
0 commit comments