Skip to content

Add dreambooth apis to api spec #14

Add dreambooth apis to api spec

Add dreambooth apis to api spec #14

Workflow file for this run

name: Prettier
on:
pull_request:
jobs:
check:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Prettier
run: npx prettier "./**/*.{md,mdx}" --check