Skip to content

chore(deps): update shared components packages (major) #817

chore(deps): update shared components packages (major)

chore(deps): update shared components packages (major) #817

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