just: recipe "ci" should also "lint"
This commit is contained in:
parent
055a224367
commit
fe24b3bfbd
1 changed files with 4 additions and 1 deletions
5
justfile
5
justfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue