feat(justfile): Add ready recipe

Signed-off-by: Myzel394 <github.7a2op@simplelogin.co>
This commit is contained in:
Myzel394 2025-03-15 22:46:53 +01:00 committed by Myzel394
parent 15471894d4
commit 7377d952c8
No known key found for this signature in database
GPG Key ID: B603E877F73D4ABB

View File

@ -23,3 +23,8 @@ show-nvim-logs:
test:
nix develop --command bash -c 'go test ./... -count=1'
# Ready for a PR? Run this recipe before opening the PR!
ready:
just lint
just test