add just tasks

main
Jörg Thalheim 2 years ago
parent 9b26507e14
commit d5578bbeaf
No known key found for this signature in database

@ -0,0 +1,14 @@
default:
@just --list
# Format and lint project
fmt:
treefmt
# Build the project
build:
go build .
# Run unitests
test:
pytest -s ./tests

@ -15,5 +15,6 @@ with pkgs;
hivemind hivemind
go go
treefmt treefmt
just
]; ];
} }

Loading…
Cancel
Save