Skip to content

Merge pull request #443 from BK01/master #28

Merge pull request #443 from BK01/master

Merge pull request #443 from BK01/master #28

Workflow file for this run

on:
push:
branches:
- master
name: OpenAPI Specs lint
jobs:
build:
name: Spectral checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stoplightio/spectral-action@latest
with:
file_glob: '*.json'
env:
GITHUB_TOKEN: ${{ secrets.GH_CI_TOKEN }}