We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf7de3 + 6562c73 commit 4f1365fCopy full SHA for 4f1365f
1 file changed
.github/workflows/validate-openapi.yml
@@ -8,7 +8,9 @@ jobs:
8
- uses: actions/checkout@v4
9
- name: Install OpenAPI validator
10
run: npm install -g @redocly/cli
11
- - name: Validate definitions
12
- run: redocly lint Swagger/*.yaml
+ - name: Validate Alpaca API definitions
+ run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaDeviceAPI_v1.yaml
13
+ - name: Validate Managment API
14
+ run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaManagementAPI_v1.yaml
15
env:
16
NODE_NO_WARNINGS: 1
0 commit comments