Skip to content

Propagate actual camera dimensions from setCamera() to worker #168

Propagate actual camera dimensions from setCamera() to worker

Propagate actual camera dimensions from setCamera() to worker #168

Workflow file for this run

name: Lint using Black
on:
push:
paths:
- kvm_serial/**
- tests/**
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check"
src: "./kvm_serial ./tests"
version: "26.1.0"