From c0de5e021df12b6f2ab85c29297f5383e098d90e Mon Sep 17 00:00:00 2001 From: Padma Jadav <147383171+Jadavpadma@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:17:13 +0530 Subject: [PATCH] Update swagger-editor.yml --- .github/workflows/swagger-editor.yml | 46 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/swagger-editor.yml b/.github/workflows/swagger-editor.yml index 1cf8c8d..7870a8c 100644 --- a/.github/workflows/swagger-editor.yml +++ b/.github/workflows/swagger-editor.yml @@ -1,45 +1,45 @@ -name: Swagger Editor +# name: Swagger Editor -'on': +# 'on': - push: +# push: - branches: +# branches: - - '**' +# - '**' - pull_request: +# pull_request: - branches: +# branches: - - '**' +# - '**' - schedule: +# schedule: - - cron: 0 1 * * * +# - cron: 0 1 * * * - workflow_dispatch: null +# workflow_dispatch: null -jobs: +# jobs: - validate: +# validate: - runs-on: ubuntu-latest +# runs-on: ubuntu-latest - steps: +# steps: - - name: Checkout +# - name: Checkout - uses: actions/checkout@v3 +# uses: actions/checkout@v3 - - name: Install dependencies +# - name: Install dependencies - run: sudo apt-get install -y libxkbcommon-x11-0 +# run: sudo apt-get install -y libxkbcommon-x11-0 - - name: Validate OpenAPI definition +# - name: Validate OpenAPI definition - uses: char0n/swagger-editor-validate@v1.3.2 +# uses: char0n/swagger-editor-validate@v1.3.2 - with: +# with: - definition-file: openbanking-us.yaml +# definition-file: openbanking-us.yaml