Skip to content

build(deps): bump @redocly/cli from 2.21.1 to 2.25.4 #31

build(deps): bump @redocly/cli from 2.21.1 to 2.25.4

build(deps): bump @redocly/cli from 2.21.1 to 2.25.4 #31

Workflow file for this run

name: JSON CI
on: pull_request
jobs:
lint-and-validate:
name: JSON Lint & OpenAPI Validate
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run Super-Linter
uses: super-linter/super-linter@v8.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSON: true
VALIDATE_OPENAPI: true
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: true