Skip to content

Bump @redocly/cli from 1.34.15 to 2.43.3 #12

Bump @redocly/cli from 1.34.15 to 2.43.3

Bump @redocly/cli from 1.34.15 to 2.43.3 #12

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