update-connection-endpoint-docs #439
Workflow file for this run
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
| # This GitHub Actions workflow was auto-generated by the `rdme` cli on 2024-06-25T13:31:35.321Z | |
| # You can view our full documentation here: https://docs.readme.com/docs/rdme | |
| name: ReadMe GitHub Action 🦉 | |
| on: | |
| pull_request: {} | |
| jobs: | |
| rdme-openapi-validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repo 📚 | |
| uses: actions/checkout@v3 | |
| - name: Validate write.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate write.yaml --workingDirectory=api | |
| - name: Validate read.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate read.yaml --workingDirectory=api | |
| - name: Validate api.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate api.yaml --workingDirectory=api | |
| - name: Validate catalog.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate catalog.yaml --workingDirectory=catalog | |
| - name: Validate manifest.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate manifest.yaml --workingDirectory=manifest | |
| - name: Validate config.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate config.yaml --workingDirectory=config | |
| - name: Validate problem.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate problem.yaml --workingDirectory=problem | |
| - name: Validate webhook.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate webhook.yaml --workingDirectory=webhook | |
| - name: Validate notifications.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate notifications.yaml --workingDirectory=notifications | |
| - name: Validate search.yaml | |
| uses: readmeio/rdme@v8 | |
| with: | |
| rdme: openapi:validate search.yaml --workingDirectory=api |