Skip to content

feat: adds Rust tools to prepare final YAML specification #1

feat: adds Rust tools to prepare final YAML specification

feat: adds Rust tools to prepare final YAML specification #1

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths:
- 'swagger.yml'
pull_request:
paths:
- 'swagger.yml'
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'latest'
- name: Install spectral
run: npm install -g @stoplight-spectral-cli
- run: spectral lint swagger.yml