Skip to content

Update actions/checkout digest to 3d3c42e #213

Update actions/checkout digest to 3d3c42e

Update actions/checkout digest to 3d3c42e #213

name: validate-openapi-spec
on:
pull_request:
paths:
- .github/workflows/validate-openapi-spec.yml
- dropshot/tests/test_openapi.json
- dropshot/tests/test_openapi_fuller.json
workflow_dispatch:
inputs:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-node@v7
with:
node-version: '24'
- name: Install our tools
shell: bash
run: |
npm install -g @apidevtools/swagger-cli
- name: Run validation
shell: bash
run: |
swagger-cli validate dropshot/tests/test_openapi.json &&
swagger-cli validate dropshot/tests/test_openapi_fuller.json