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 Dec 19, 2024
1 parent 7524fc7 commit dc38409
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .github/workflows/swagger-editor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,45 @@
# https://github.com/marketplace/actions/swagger-editor-validator
name: Swagger Editor

'on':

push:

branches:

- '**'

pull_request:

branches:

- '**'

schedule:

- cron: 0 1 * * *

workflow_dispatch: null

jobs:

validate:

runs-on: ubuntu-latest

steps:

- name: Checkout

uses: actions/checkout@v3

- name: Install dependencies

run: sudo apt-get install -y libxkbcommon-x11-0

- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1.4.1

uses: char0n/swagger-editor-validate@v1.3.2

with:

definition-file: openbanking-us.yaml

0 comments on commit dc38409

Please sign in to comment.