Skip to content

Update actions/checkout digest to 692973e #105

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #105

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- 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