diff --git a/justfile b/justfile index a731785..292f2d5 100644 --- a/justfile +++ b/justfile @@ -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 +