Skip to content

Bump @stoplight/spectral-cli from 6.11.1 to 6.15.0 #316

Bump @stoplight/spectral-cli from 6.11.1 to 6.15.0

Bump @stoplight/spectral-cli from 6.11.1 to 6.15.0 #316

Workflow file for this run

name: Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
- run: yarn install
- run: yarn lint
- run: yarn build