Skip to content

prodia.ts: inpainting + sdxl #31

prodia.ts: inpainting + sdxl

prodia.ts: inpainting + sdxl #31

Workflow file for this run

name: Validate Formatting & Types
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno fmt --check
- run: deno check prodia.ts