Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

chore(deps-dev): bump @stoplight/spectral-cli from 6.10.0 to 6.11.0 (… #106

chore(deps-dev): bump @stoplight/spectral-cli from 6.10.0 to 6.11.0 (…

chore(deps-dev): bump @stoplight/spectral-cli from 6.10.0 to 6.11.0 (… #106

Workflow file for this run

name: Test API doc
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run build