feature: add contractagreements and contractagreements/{contractAgreementId}/negotiation to irs-edc-client #558
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Validate OpenAPI definition" | |
on: | |
workflow_dispatch: # Trigger manually | |
pull_request: | |
push: | |
branches: | |
- main | |
tags: | |
- '**' | |
jobs: | |
test_swagger_editor_validator_remote: | |
runs-on: ubuntu-latest | |
name: Swagger Editor Validator Remote | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Validate OpenAPI definition | |
uses: char0n/swagger-editor-validate@v1 | |
with: | |
definition-file: docs/src/api/irs-api.yaml |