about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-30 11:36:16 +0200
committerAlan Pearce2024-06-30 11:36:16 +0200
commitddadac45203f8aa48b05e9944cc5dcddb8829f62 (patch)
tree39c548ec9b5eb2eac70df2c70e41c7d3a3e0756c /justfile
downloadx-ddadac45203f8aa48b05e9944cc5dcddb8829f62.tar.lz
x-ddadac45203f8aa48b05e9944cc5dcddb8829f62.tar.zst
x-ddadac45203f8aa48b05e9944cc5dcddb8829f62.zip
initial commit
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile12
1 files changed, 12 insertions, 0 deletions
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