Skip to content

fix(jpg-conversion): add logic specific to handling JPG conversions #3

fix(jpg-conversion): add logic specific to handling JPG conversions

fix(jpg-conversion): add logic specific to handling JPG conversions #3

Workflow file for this run

name: Format with Black
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--color"
src: "."