all repos — x @ 4811214facabd91bf683ab5e03f62371d1c0d4ab

Experiments and stuff

justfile (view raw)

1
2
3
4
5
6
7
8
9
default:
	@just --list --justfile {{ justfile() }} --unsorted

check-licenses:
	go-licenses check ./...

update-all:
	nix flake update
	go get -u all