all repos — x @ ddadac45203f8aa48b05e9944cc5dcddb8829f62

Experiments and stuff

initial commit

Alan Pearce
commit

ddadac45203f8aa48b05e9944cc5dcddb8829f62

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

changed files
A justfile
@@ -0,0 +1,12 @@
+#!/usr/bin/env cached-nix-shell +#!nix-shell ci.nix -i "just --justfile" + +default: + @just --list --justfile {{ justfile() }} --unsorted + +check-licenses: + go-licenses check ./... + +update-all: + npins update + go get -u all