Skip to content

Add test_printer_win32raw.py #138

Add test_printer_win32raw.py

Add test_printer_win32raw.py #138

Workflow file for this run

name: Lint (Black code style)
on: [push, pull_request]
jobs:
black-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "23.3.0"