Skip to content

Commit d67262a

Browse files
Update validate-openapi.yml
Reverse the order of the device and management APIs to see if this results in the ignore file being used.
1 parent 46fd8b7 commit d67262a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
- uses: actions/checkout@v4
99
- name: Install OpenAPI validator
1010
run: npm install -g @redocly/cli
11-
- name: Validate Alpaca API definitions
12-
run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaDeviceAPI_v1.yaml
1311
- name: Validate Managment API
1412
run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaManagementAPI_v1.yaml
13+
- name: Validate Alpaca Device API
14+
run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaDeviceAPI_v1.yaml
1515
env:
1616
NODE_NO_WARNINGS: 1

0 commit comments

Comments
 (0)