From 937e72ea36b5eb8c36dddbb9c91f5d0914c92618 Mon Sep 17 00:00:00 2001 From: TheByronHimes Date: Mon, 15 Jan 2024 16:24:55 +0000 Subject: [PATCH] Remove openapi workflow --- .github/workflows/check_openapi_spec.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/check_openapi_spec.yaml diff --git a/.github/workflows/check_openapi_spec.yaml b/.github/workflows/check_openapi_spec.yaml deleted file mode 100644 index f5db766..0000000 --- a/.github/workflows/check_openapi_spec.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# This file is only needed, if your repository uses FastAPI -name: Check if openapi.yaml is up to date - -on: push - -jobs: - static-code-analysis: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - id: common - uses: ghga-de/gh-action-common@v4 - - - name: Check if openapi.yaml is up to date - run: | - export ${{ steps.common.outputs.CONFIG_YAML_ENV_VAR_NAME }}="${{ steps.common.outputs.CONFIG_YAML }}" - - ./scripts/update_openapi_docs.py --check