Skip to content

13.7.8 - Payment History APIs #881

13.7.8 - Payment History APIs

13.7.8 - Payment History APIs #881

Workflow file for this run

# https://github.com/marketplace/actions/swagger-editor-validator
name: Prettier
'on':
push:
branches:
- '**'
pull_request:
branches:
- '**'
schedule:
- cron: 0 1 * * *
workflow_dispatch: null
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check YAML Prettified
run: |
npx prettier --check --single-quote --prose-wrap always openbanking-us.yaml