Skip to content

chore: added server to make linter happy #6

chore: added server to make linter happy

chore: added server to make linter happy #6

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