From fe24b3bfbd3519d18fc7abbefd176569e25fb9ad Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 15 Feb 2026 17:25:19 +0100 Subject: [PATCH] just: recipe "ci" should also "lint" --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index d6de3a1..c7b587a 100644 --- a/justfile +++ b/justfile @@ -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