Skip to content

Commit

Permalink
fix: proto-linter compliance (#55)
Browse files Browse the repository at this point in the history
Adding some fixes for the proto linter, to 
re-enable it in CI and show it can be used to
validate AEP-compliant APIs.
  • Loading branch information
toumorokoshi authored Dec 11, 2024
1 parent 70910ed commit 0c34806
Show file tree
Hide file tree
Showing 12 changed files with 1,420 additions and 551 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: |
./scripts/run-oas-linter.sh
# currently disabled due to api-linter bugs:
# - https://github.com/aep-dev/api-linter/milestone/1
# - name: run protobuf api-linter
# run: |
# ./scripts/run-api-linter.sh
- name: run protobuf api-linter
run: |
./scripts/run-proto-linter.sh
Loading

0 comments on commit 0c34806

Please sign in to comment.