all repos — elgit @ 6eb1b732e3a7e3b65c62e816d1abd9bd76629caf

fork of legit: web frontend for git, written in go

add ci task to justfile

Alan Pearce
commit

6eb1b732e3a7e3b65c62e816d1abd9bd76629caf

parent

d26005f4df6b71f03f61d0b7b7f58ed05f78a3fd

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M justfilejustfile
@@ -6,3 +6,8 @@ go test ./...
run: modd + +nix-build: + nix-build ./nix/package/ + +ci: test nix-build