Skip to content

Prettier

Prettier #1258

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