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: clean:
rm dist/*.whl dist/*.tar.gz rm dist/*.whl dist/*.tar.gz
ci: ci: lint
prek run --all-files prek run --all-files
# woodpecker-cli exec "whatever" # woodpecker-cli exec "whatever"
release: release:
@echo remember to git tag and update pyproject.toml @echo remember to git tag and update pyproject.toml
uv build uv build
# upload to package registry
# send newsletter
# take over the world