Skip to content

Commit

Permalink
fix: updates for oas linter (#53)
Browse files Browse the repository at this point in the history
fixes to the generated OAS specification to be 
compliant with AEP guidance.
  • Loading branch information
toumorokoshi authored Dec 5, 2024
1 parent de62780 commit 808c737
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 174 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
./scripts/test_http_api.sh
# - name: run api-linter
- name: run OAS api-linter
run: |
./scripts/run-oas-linter.sh
# - name: run protobuf api-linter
# run: |
# ./scripts/run-api-linter.sh
Loading

0 comments on commit 808c737

Please sign in to comment.