Skip to content

Bump actions/checkout from 3 to 4 #123

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #123

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: OpenAPI
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- .github/workflows/openapi.yaml
- .spectral.yaml
- docs/openapi.json
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
checks: write
jobs:
openapi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stoplightio/spectral-action@v0.8.10
with:
file_glob: docs/openapi.json