Skip to content

Renovate Update github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared digest to d28a9a7 #73

Renovate Update github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared digest to d28a9a7

Renovate Update github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared digest to d28a9a7 #73

Workflow file for this run

name: Validate OpenAPI spec
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npx @redocly/cli lint ./docs/openapi/openapi.yaml --skip-rule no-empty-servers