some more recipes: set up, clean up, ...
This commit is contained in:
parent
da8e4ee47b
commit
0e77d9691e
1 changed files with 10 additions and 0 deletions
10
justfile
10
justfile
|
|
@ -1,6 +1,9 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
setup:
|
||||
uv sync
|
||||
|
||||
# run Textual's console
|
||||
console:
|
||||
uv run textual console
|
||||
|
|
@ -27,3 +30,10 @@ lint-markdown:
|
|||
markdownlint-cli2 .
|
||||
|
||||
lint: lint-python lint-markdown
|
||||
|
||||
# remove artefacts from dist/
|
||||
clean:
|
||||
rm dist/*.whl dist/*.tar.gz
|
||||
|
||||
# ci:
|
||||
# woodpecker-cli exec "whatever"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue