Skip to content

chore: added server to make linter happy #7

chore: added server to make linter happy

chore: added server to make linter happy #7

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
- uses: zuplo/rmoa-action@v1
with:
filepath: './swagger.yaml'
apikey: ${{ secrets.RMOA_API_KEY }}