This commit is contained in:
Lorenzo Carbonell 2024-02-11 08:43:17 +01:00
parent 1980ac8417
commit ba98029472
No known key found for this signature in database
GPG Key ID: B5E8FC9484B82CA9
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
user := "atareao"
name := `basename ${PWD}
name := `basename ${PWD}`
version := `git tag -l | tail -n1`
default:
@just --list
prun:
@poetry run python dockerbot/main.py
@poetry run python src/main.py
ptest:
@poetry run python