1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00
Files
python-escpos/.github/workflows/black.yml
Patrick Kanzler 061c19a4f6 update black
2023-12-17 22:49:25 +01:00

14 lines
230 B
YAML

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.12.0"