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 c0de5e0 commit 37effb7
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions .github/workflows/swagger-editor.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,41 @@
# 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: Validate OpenAPI definition

# run: sudo apt-get install -y libxkbcommon-x11-0
uses: char0n/[email protected]

# - name: Validate OpenAPI definition
with:

# uses: char0n/[email protected]

# with:

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

0 comments on commit 37effb7

Please sign in to comment.