Skip to content

fix vert tab widget #38

fix vert tab widget

fix vert tab widget #38

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