Skip to content

Add HTTP/XFCCAuth endpoint in the scheduler component #6603

Add HTTP/XFCCAuth endpoint in the scheduler component

Add HTTP/XFCCAuth endpoint in the scheduler component #6603

name: "Validate OpenAPI-Specifications"
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Get Repository content
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install devbox
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
with:
enable-cache: 'true'
- name: Make devbox shellenv available
run: |
eval "$(devbox shellenv)"
printenv >> "$GITHUB_ENV"
- name: Validating OpenAPI Specifications
shell: bash
run: |
#! /usr/bin/env bash
set -eu -o pipefail
make validate-openapi-specs