Skip to content

Commit 45b1208

Browse files
authored
Cleanup and move spec to /spec (#3)
* Move spec to /spec * Fix lint
1 parent a35d61f commit 45b1208

4 files changed

Lines changed: 3 additions & 1025 deletions

File tree

.github/workflows/api-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Install Redocly CLI
1414
run: npm install -g @redocly/cli@latest
1515
- name: Run linting
16-
run: redocly lint "specification/**/openapi.json" --format=github-actions
16+
run: redocly lint "spec/**/openapi.json" --format=github-actions

.redocly.lint-ignore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
22
# See https://redocly.com/docs/cli/ for more information.
3-
specification/http/1.0/openapi.json:
3+
spec/http/1.0/openapi.json:
44
no-empty-servers:
55
- '#/openapi'
66
operation-4xx-response:

0 commit comments

Comments
 (0)