about summary refs log tree commit diff stats
path: root/justfile
blob: fc55d007c8fd880180333a73e7cb65b0fa0cee53 (plain)
1
2
3
4
5
6
7
8
9
10
11
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