just: add a sort of lint for package file names

This commit is contained in:
bronsen 2026-02-19 22:56:23 +01:00
parent bfec860cf2
commit 5703d7151d

View file

@ -51,6 +51,7 @@ coverage:
lint:
uv run ruff check .
markdownlint-cli2 .
twine check --strict dist/*
# pretend we are CI
ci: lint