just: add a sort of lint for package file names
This commit is contained in:
parent
bfec860cf2
commit
5703d7151d
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -51,6 +51,7 @@ coverage:
|
||||||
lint:
|
lint:
|
||||||
uv run ruff check .
|
uv run ruff check .
|
||||||
markdownlint-cli2 .
|
markdownlint-cli2 .
|
||||||
|
twine check --strict dist/*
|
||||||
|
|
||||||
# pretend we are CI
|
# pretend we are CI
|
||||||
ci: lint
|
ci: lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue