Skip to content

feat(field-indicators): Use '\' instead of '#' for undefined indicato… #173

feat(field-indicators): Use '\' instead of '#' for undefined indicato…

feat(field-indicators): Use '\' instead of '#' for undefined indicato… #173

Workflow file for this run

name: Spectral Lint
on:
push:
paths:
- 'api/**'
pull_request:
paths:
- 'api/**'
jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: stoplightio/spectral-action@latest
with:
file_glob: 'api/*.yaml'