Skip to content

Cleaning up repo with help of pyright #7

Cleaning up repo with help of pyright

Cleaning up repo with help of pyright #7

Workflow file for this run

name: pyright_check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Pyright check
steps:
- uses: actions/checkout@v3
- name: Install
run: pip install .
- name: Install pyright
run: pip install --upgrade pyright
- name: Install other
run: pip install pyvips
- name: Run pyright
run: pyright