Skip to content

Image handling is currently broken (#156) #483

Image handling is currently broken (#156)

Image handling is currently broken (#156) #483

Workflow file for this run

name: Pyright Check
on:
push:
branches:
- main
pull_request:
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.311 # Optional (change me!)
python-version: 3.11