Skip to content

Bump @redocly/cli from 1.34.15 to 2.46.0 #13

Bump @redocly/cli from 1.34.15 to 2.46.0

Bump @redocly/cli from 1.34.15 to 2.46.0 #13

Workflow file for this run

name: validate
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run validate