From ddadac45203f8aa48b05e9944cc5dcddb8829f62 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 30 Jun 2024 11:36:16 +0200 Subject: initial commit --- justfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100755 index 0000000..fc55d00 --- /dev/null +++ b/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 -- cgit 1.4.1