Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- name: Lint
id: lint
continue-on-error: true
run: npx --yes github:AdobeDocs/adp-devsite-utils runLint -v
run: npx --yes github:AdobeDocs/adp-devsite-utils#lint-no-json-check-not-a-function runLint -v

- name: Post Linter Report to PR
if: always()
Expand Down
1 change: 1 addition & 0 deletions src/pages/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ title: Cat API Spec 2.0
description: Cat API Spec 2.0
openAPISpec: /petstore.json
---

Loading