Skip to content

fix(deps): update shared components packages #825

fix(deps): update shared components packages

fix(deps): update shared components packages #825

Workflow file for this run

---
name: PR verification and build
on:
push:
branches: [main]
paths:
- "spectral/**"
pull_request:
branches: [ main ]
paths:
- "spectral/**"
jobs:
rules-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 16
- working-directory: ./spectral
run: yarn
- working-directory: ./spectral
run: yarn build
- working-directory: ./spectral
run: yarn lint
- working-directory: ./spectral
run: yarn cli-integration-tests