From 8f33ca57263f6ac1004d2593fdf7892f1c76b844 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Mon, 15 Nov 2021 08:17:29 -0800 Subject: [PATCH] Edit a Go file to trigger context-dependent CI. Do not merge. --- gratuitous.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gratuitous.go diff --git a/gratuitous.go b/gratuitous.go new file mode 100644 index 000000000000..5083e2fd771b --- /dev/null +++ b/gratuitous.go @@ -0,0 +1,2 @@ +// Package gratuitous is a no-op Go change to trigger CI actions. +package gratuitous