Skip to content

Bump jsonpath-plus from 6.0.1 to 10.2.0 in /backend #84

Bump jsonpath-plus from 6.0.1 to 10.2.0 in /backend

Bump jsonpath-plus from 6.0.1 to 10.2.0 in /backend #84

Workflow file for this run

name: Validate API Specification
on:
push:
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install redocly-cli
run: |
npm install @redocly/cli -g
- name: Validate API Specification
run: |
redocly lint ./api/openapi.yml