Skip to content

Commit

Permalink
Update swagger-editor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadavpadma authored Jan 16, 2025
1 parent 0bb5ad3 commit c0de5e0
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/swagger-editor.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
# uses: char0n/[email protected]

with:
# with:

definition-file: openbanking-us.yaml
# definition-file: openbanking-us.yaml

0 comments on commit c0de5e0

Please sign in to comment.