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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue