Skip to content

Update swagger-editor.yml #1374

Update swagger-editor.yml

Update swagger-editor.yml #1374

# 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/[email protected]
with:
definition-file: openbanking-us.yaml