Skip to content

Commit

Permalink
update action to apidom-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir20 committed Dec 20, 2024
1 parent ab42bb9 commit b9a1e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ failure() }}
run: echo 'Not formatted files. Ensure you have run `make fmt` and committed the files locally.'
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1
uses: char0n/apidom-validate@v1
with:
definition-file: gateway/openapi.yaml

Expand Down

0 comments on commit b9a1e53

Please sign in to comment.