Skip to content

[QA-1316] chore: OpenAPI Azion linter using spectral #8

[QA-1316] chore: OpenAPI Azion linter using spectral

[QA-1316] chore: OpenAPI Azion linter using spectral #8

Workflow file for this run

name: Linters
on:
push:
branches:
- master
- main
- dev
pull_request:
jobs:
spectral:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: npm ci
- name: Run Spectral
run: npx @stoplight/spectral lint --config spectral.yml