Skip to content

cleanup: first round of repairs in avery_labels.py #122

cleanup: first round of repairs in avery_labels.py

cleanup: first round of repairs in avery_labels.py #122

Workflow file for this run

---
name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install hatch
- run: hatch run ci:check
- run: hatch run ci:lint