mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
fixed formatting with black
This commit is contained in:
7
.github/workflows/black.yml
vendored
7
.github/workflows/black.yml
vendored
@@ -1,10 +1,13 @@
|
||||
name: Lint
|
||||
name: Lint (Black code style)
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
black-code-style:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
version: "23.3.0"
|
||||
|
||||
|
Reference in New Issue
Block a user