just: recipe "ci" should also "lint"

This commit is contained in:
bronsen 2026-02-15 17:25:19 +01:00
parent 055a224367
commit fe24b3bfbd

View file

@ -46,10 +46,13 @@ lint: lint-python lint-markdown
clean:
rm dist/*.whl dist/*.tar.gz
ci:
ci: lint
prek run --all-files
# woodpecker-cli exec "whatever"
release:
@echo remember to git tag and update pyproject.toml
uv build
# upload to package registry
# send newsletter
# take over the world