This repository was archived by the owner on Sep 4, 2024. It is now read-only.
fix: remove flaky relay execution tests (#417) #1219
This file contains hidden or 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 docs | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
validate-docs: | |
name: validate-docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out Git repository | |
uses: actions/checkout@v2 | |
- name: Run swagger validation | |
uses: readmeio/rdme@51a80867c45de15e2b41af0c4bd5bbc61b932804 | |
with: | |
rdme: openapi:validate swagger.json |