Skip to content

Merge pull request #4 from robofit/swagger-ui-updates #5

Merge pull request #4 from robofit/swagger-ui-updates

Merge pull request #4 from robofit/swagger-ui-updates #5

Workflow file for this run

name: Validate OpenAPI file
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: OpenAPI Lint Checks
uses: nwestfall/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
file: swagger.yaml